Shades of Sea Mist #CADDCB
Tints of Sea Mist #CADDCB
RGB
CMYK
RGB Variations
Color information
#CADDCB (or 0xCADDCB) is known color: Sea Mist. HEX triplet: CA, DD and CB. RGB value is (202,221,203). Sum of RGB (Red+Green+Blue) = 202+221+203=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCB is #352234. Grayscale: #D5D5D5. Windows color (decimal): -3482165 or 13360586. OLE color: 13360586.
HSL color Cylindrical-coordinate representation of color #CADDCB: hue angle of 123.16º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDCB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 203 | - |
CMYK | 0.09 | 0 | 0.08 | 0.13 |
HSL | 123.16º | 0.22% | 0.83% | - |
HSV(B) | 123.16º | 0.09% | 0.87% | - |
XYZ | 60.99 | 68.58 | 66.52 | - |
YUV | 213.27 | 122.21 | 119.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 203 | 0.09 | 0 | 0.08 | 0.13 | 123.16 | 0.22 | 0.83 |
Hex | CA | DD | CB | 9 | 0 | 8 | D | 7B | 16 | 53 |
Octal | 312 | 335 | 313 | 11 | 0 | 10 | 15 | 173 | 26 | 123 |
Binary | 11001010 | 11011101 | 11001011 | 1001 | 0 | 1000 | 1101 | 1111011 | 10110 | 1010011 |
Color Harmonies of #CADDCB
Complementary color
Monochromatic Colors of #CADDCB
Black with #CADDCB
Text Example
Text Example
White with #CADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDCB; }
p { color: rgb(202,221,203); }
H1.HeaderClassName
{
color: #CADDCB;
}
.AnyTagClassName
{
color: #CADDCB;
}
</style>
background-color css
<style>
a { background-color: #CADDCB; }
a { background-color: rgb(202,221,203); }
div.DivClassName
{
background-color: #CADDCB;
}
.BgClassName
{
background-color: #CADDCB;
}
</style>
border-color css
<style>
span { border-color: #CADDCB; }
span { border-color: rgb(202,221,203); }
td.TdClassName
{
border-color: #CADDCB;
}
.TagClassName
{
border-color: #CADDCB;
}
</style>