Color spaces of #ccbddf
RGB | 204 | 189 | 223 |
---|---|---|---|
HSL | 0.74 | 0.35 | 0.81 |
HSV | 266° | 15° | 87° |
CMYK | 0.09 | 0.15 | 0.00 0.13 |
XYZ | 56.4187 | 54.5603 | 77.3696 |
Yxy | 54.5603 | 0.2995 | 0.2897 |
Hunter Lab | 73.8649 | 7.0762 | -10.3977 |
CIE-Lab | 78.7873 | 11.6425 | -15.0442 |
#ccbddf color RGB value is (204,189,223).
#ccbddf hex color red value is 204, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccbddf hue: 0.74 , saturation: 0.35 and the lightness value of ccbddf is 0.81.
The process color (four color CMYK) of #ccbddf color hex is 0.09, 0.15, 0.00, 0.13. Web safe color of #ccbddf is #cccccc. Color #ccbddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111101 | 11011111 |
Octal | 314 | 275 | 337 |
Decimal | 204 | 189 | 223 |
Hex | CC | BD | DF |
Shades of #ccbddf
Tints of #ccbddf
RGB Percentages of Color #ccbddf
CMYK Percentages of Color #ccbddf
Complementary Color
#ccbddf | #d0dfbd |
#ccbddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbddf Color CSS Codes
.mybgcolor {background-color:#ccbddf; } .myforecolor {color:#ccbddf; } .mybordercolor {border:3px solid #ccbddf; }
#ccbddf Text Font Color
<p style="color:#ccbddf">Text here</p>
This sample text font color is #ccbddf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ccbddf Background Color
<div style="background-color:#ccbddf">
Div content here</div>
This div background color is #ccbddf
#ccbddf Border Color
<div style="border:3px solid #ccbddf">
Div here</div>
This div border color is #ccbddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,189,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbddf; -webkit-box-shadow: 1px 1px 3px 2px #ccbddf; box-shadow: 1px 1px 3px 2px #ccbddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,189,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbddf; -webkit-box-shadow: 1px 1px 3px 2px #ccbddf; box-shadow: 1px 1px 3px 2px #ccbddf;">
Div content here</div>
This div box has shadow with color #ccbddf
#ccbddf Color Palettes
Comments
No comments written yet.
Please login to write comment.