Shades of Sea Mist #CADBCB
Tints of Sea Mist #CADBCB
RGB
CMYK
RGB Variations
Color information
#CADBCB (or 0xCADBCB) is known color: Sea Mist. HEX triplet: CA, DB and CB. RGB value is (202,219,203). Sum of RGB (Red+Green+Blue) = 202+219+203=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBCB is #352434. Grayscale: #D4D4D4. Windows color (decimal): -3482677 or 13360074. OLE color: 13360074.
HSL color Cylindrical-coordinate representation of color #CADBCB: hue angle of 123.53º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADBCB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 203 | - |
CMYK | 0.08 | 0 | 0.07 | 0.14 |
HSL | 123.53º | 0.19% | 0.83% | - |
HSV(B) | 123.53º | 0.08% | 0.86% | - |
XYZ | 60.47 | 67.53 | 66.35 | - |
YUV | 212.09 | 122.87 | 120.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 203 | 0.08 | 0 | 0.07 | 0.14 | 123.53 | 0.19 | 0.83 |
Hex | CA | DB | CB | 8 | 0 | 7 | E | 7C | 13 | 53 |
Octal | 312 | 333 | 313 | 10 | 0 | 7 | 16 | 174 | 23 | 123 |
Binary | 11001010 | 11011011 | 11001011 | 1000 | 0 | 111 | 1110 | 1111100 | 10011 | 1010011 |
Color Harmonies of #CADBCB
Complementary color
Monochromatic Colors of #CADBCB
Black with #CADBCB
Text Example
Text Example
White with #CADBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBCB; }
p { color: rgb(202,219,203); }
H1.HeaderClassName
{
color: #CADBCB;
}
.AnyTagClassName
{
color: #CADBCB;
}
</style>
background-color css
<style>
a { background-color: #CADBCB; }
a { background-color: rgb(202,219,203); }
div.DivClassName
{
background-color: #CADBCB;
}
.BgClassName
{
background-color: #CADBCB;
}
</style>
border-color css
<style>
span { border-color: #CADBCB; }
span { border-color: rgb(202,219,203); }
td.TdClassName
{
border-color: #CADBCB;
}
.TagClassName
{
border-color: #CADBCB;
}
</style>