Color spaces of #cbdde6
RGB | 203 | 221 | 230 |
---|---|---|---|
HSL | 0.56 | 0.35 | 0.85 |
HSV | 200° | 12° | 90° |
CMYK | 0.12 | 0.04 | 0.00 0.10 |
XYZ | 64.7680 | 70.1226 | 84.9843 |
Yxy | 70.1226 | 0.2946 | 0.3189 |
Hunter Lab | 83.7392 | -8.4831 | -1.5541 |
CIE-Lab | 87.0570 | -4.2198 | -6.4590 |
#cbdde6 color RGB value is (203,221,230).
#cbdde6 hex color red value is 203, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cbdde6 hue: 0.56 , saturation: 0.35 and the lightness value of cbdde6 is 0.85.
The process color (four color CMYK) of #cbdde6 color hex is 0.12, 0.04, 0.00, 0.10. Web safe color of #cbdde6 is #ccccff. Color #cbdde6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011101 | 11100110 |
Octal | 313 | 335 | 346 |
Decimal | 203 | 221 | 230 |
Hex | CB | DD | E6 |
Shades of #cbdde6
Tints of #cbdde6
RGB Percentages of Color #cbdde6
CMYK Percentages of Color #cbdde6
Complementary Color
#cbdde6 | #e6d4cb |
#cbdde6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdde6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdde6 Color CSS Codes
.mybgcolor {background-color:#cbdde6; } .myforecolor {color:#cbdde6; } .mybordercolor {border:3px solid #cbdde6; }
#cbdde6 Text Font Color
<p style="color:#cbdde6">Text here</p>
This sample text font color is #cbdde6
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.
#cbdde6 Background Color
<div style="background-color:#cbdde6">
Div content here</div>
This div background color is #cbdde6
#cbdde6 Border Color
<div style="border:3px solid #cbdde6">
Div here</div>
This div border color is #cbdde6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,221,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdde6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdde6; -webkit-box-shadow: 1px 1px 3px 2px #cbdde6; box-shadow: 1px 1px 3px 2px #cbdde6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,221,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdde6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdde6; -webkit-box-shadow: 1px 1px 3px 2px #cbdde6; box-shadow: 1px 1px 3px 2px #cbdde6;">
Div content here</div>
This div box has shadow with color #cbdde6
Comments
No comments written yet.
Please login to write comment.