Shades of Sea Mist #CADDC9
Tints of Sea Mist #CADDC9
RGB
CMYK
RGB Variations
Color information
#CADDC9 (or 0xCADDC9) is known color: Sea Mist. HEX triplet: CA, DD and C9. RGB value is (202,221,201). Sum of RGB (Red+Green+Blue) = 202+221+201=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC9 is #352236. Grayscale: #D5D5D5. Windows color (decimal): -3482167 or 13229514. OLE color: 13229514.
HSL color Cylindrical-coordinate representation of color #CADDC9: hue angle of 117º degrees, saturation: 0.23, 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 #CADDC9 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 201 | - |
CMYK | 0.09 | 0 | 0.09 | 0.13 |
HSL | 117º | 0.23% | 0.83% | - |
HSV(B) | 117º | 0.09% | 0.87% | - |
XYZ | 60.76 | 68.49 | 65.28 | - |
YUV | 213.04 | 121.21 | 120.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 201 | 0.09 | 0 | 0.09 | 0.13 | 117 | 0.23 | 0.83 |
Hex | CA | DD | C9 | 9 | 0 | 9 | D | 75 | 17 | 53 |
Octal | 312 | 335 | 311 | 11 | 0 | 11 | 15 | 165 | 27 | 123 |
Binary | 11001010 | 11011101 | 11001001 | 1001 | 0 | 1001 | 1101 | 1110101 | 10111 | 1010011 |
Color Harmonies of #CADDC9
Complementary color
Monochromatic Colors of #CADDC9
Black with #CADDC9
Text Example
Text Example
White with #CADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDC9; }
p { color: rgb(202,221,201); }
H1.HeaderClassName
{
color: #CADDC9;
}
.AnyTagClassName
{
color: #CADDC9;
}
</style>
background-color css
<style>
a { background-color: #CADDC9; }
a { background-color: rgb(202,221,201); }
div.DivClassName
{
background-color: #CADDC9;
}
.BgClassName
{
background-color: #CADDC9;
}
</style>
border-color css
<style>
span { border-color: #CADDC9; }
span { border-color: rgb(202,221,201); }
td.TdClassName
{
border-color: #CADDC9;
}
.TagClassName
{
border-color: #CADDC9;
}
</style>