Shades of Sea Mist #CADCCA
Tints of Sea Mist #CADCCA
RGB
CMYK
RGB Variations
Color information
#CADCCA (or 0xCADCCA) is known color: Sea Mist. HEX triplet: CA, DC and CA. RGB value is (202,220,202). Sum of RGB (Red+Green+Blue) = 202+220+202=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCCA is #352335. Grayscale: #D4D4D4. Windows color (decimal): -3482422 or 13294794. OLE color: 13294794.
HSL color Cylindrical-coordinate representation of color #CADCCA: hue angle of 120º degrees, saturation: 0.2, 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 #CADCCA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 220 | 202 | - |
CMYK | 0.08 | 0 | 0.08 | 0.14 |
HSL | 120º | 0.2% | 0.83% | - |
HSV(B) | 120º | 0.08% | 0.86% | - |
XYZ | 60.61 | 68.01 | 65.81 | - |
YUV | 212.57 | 122.04 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 202 | 0.08 | 0 | 0.08 | 0.14 | 120 | 0.2 | 0.83 |
Hex | CA | DC | CA | 8 | 0 | 8 | E | 78 | 14 | 53 |
Octal | 312 | 334 | 312 | 10 | 0 | 10 | 16 | 170 | 24 | 123 |
Binary | 11001010 | 11011100 | 11001010 | 1000 | 0 | 1000 | 1110 | 1111000 | 10100 | 1010011 |
Color Harmonies of #CADCCA
Complementary color
Monochromatic Colors of #CADCCA
Black with #CADCCA
Text Example
Text Example
White with #CADCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCCA; }
p { color: rgb(202,220,202); }
H1.HeaderClassName
{
color: #CADCCA;
}
.AnyTagClassName
{
color: #CADCCA;
}
</style>
background-color css
<style>
a { background-color: #CADCCA; }
a { background-color: rgb(202,220,202); }
div.DivClassName
{
background-color: #CADCCA;
}
.BgClassName
{
background-color: #CADCCA;
}
</style>
border-color css
<style>
span { border-color: #CADCCA; }
span { border-color: rgb(202,220,202); }
td.TdClassName
{
border-color: #CADCCA;
}
.TagClassName
{
border-color: #CADCCA;
}
</style>