Shades of Sea Mist #CADCC9
Tints of Sea Mist #CADCC9
RGB
CMYK
RGB Variations
Color information
#CADCC9 (or 0xCADCC9) is known color: Sea Mist. HEX triplet: CA, DC and C9. RGB value is (202,220,201). Sum of RGB (Red+Green+Blue) = 202+220+201=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCC9 is #352336. Grayscale: #D4D4D4. Windows color (decimal): -3482423 or 13229258. OLE color: 13229258.
HSL color Cylindrical-coordinate representation of color #CADCC9: hue angle of 116.84º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADCC9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 201 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.14 |
| HSL | 116.84º | 0.21% | 0.83% | - |
| HSV(B) | 116.84º | 0.09% | 0.86% | - |
| XYZ | 60.49 | 67.96 | 65.19 | - |
| YUV | 212.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 201 | 0.08 | 0 | 0.09 | 0.14 | 116.84 | 0.21 | 0.83 |
| Hex | CA | DC | C9 | 8 | 0 | 9 | E | 75 | 15 | 53 |
| Octal | 312 | 334 | 311 | 10 | 0 | 11 | 16 | 165 | 25 | 123 |
| Binary | 11001010 | 11011100 | 11001001 | 1000 | 0 | 1001 | 1110 | 1110101 | 10101 | 1010011 |
Color Harmonies of #CADCC9
Complementary color
Monochromatic Colors of #CADCC9
Black with #CADCC9
Text Example
Text Example
White with #CADCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCC9; }
p { color: rgb(202,220,201); }
H1.HeaderClassName
{
color: #CADCC9;
}
.AnyTagClassName
{
color: #CADCC9;
}
</style>
background-color css
<style>
a { background-color: #CADCC9; }
a { background-color: rgb(202,220,201); }
div.DivClassName
{
background-color: #CADCC9;
}
.BgClassName
{
background-color: #CADCC9;
}
</style>
border-color css
<style>
span { border-color: #CADCC9; }
span { border-color: rgb(202,220,201); }
td.TdClassName
{
border-color: #CADCC9;
}
.TagClassName
{
border-color: #CADCC9;
}
</style>