Shades of Sea Mist #CAD5CA
Tints of Sea Mist #CAD5CA
RGB
CMYK
RGB Variations
Color information
#CAD5CA (or 0xCAD5CA) is known color: Sea Mist. HEX triplet: CA, D5 and CA. RGB value is (202,213,202). Sum of RGB (Red+Green+Blue) = 202+213+202=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5CA is #352A35. Grayscale: #D0D0D0. Windows color (decimal): -3484214 or 13293002. OLE color: 13293002.
HSL color Cylindrical-coordinate representation of color #CAD5CA: hue angle of 120º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5CA is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 202 | - |
CMYK | 0.05 | 0 | 0.05 | 0.16 |
HSL | 120º | 0.12% | 0.81% | - |
HSV(B) | 120º | 0.05% | 0.84% | - |
XYZ | 58.81 | 64.41 | 65.21 | - |
YUV | 208.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 202 | 0.05 | 0 | 0.05 | 0.16 | 120 | 0.12 | 0.81 |
Hex | CA | D5 | CA | 5 | 0 | 5 | 10 | 78 | C | 51 |
Octal | 312 | 325 | 312 | 5 | 0 | 5 | 20 | 170 | 14 | 121 |
Binary | 11001010 | 11010101 | 11001010 | 101 | 0 | 101 | 10000 | 1111000 | 1100 | 1010001 |
Color Harmonies of #CAD5CA
Complementary color
Monochromatic Colors of #CAD5CA
Black with #CAD5CA
Text Example
Text Example
White with #CAD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5CA; }
p { color: rgb(202,213,202); }
H1.HeaderClassName
{
color: #CAD5CA;
}
.AnyTagClassName
{
color: #CAD5CA;
}
</style>
background-color css
<style>
a { background-color: #CAD5CA; }
a { background-color: rgb(202,213,202); }
div.DivClassName
{
background-color: #CAD5CA;
}
.BgClassName
{
background-color: #CAD5CA;
}
</style>
border-color css
<style>
span { border-color: #CAD5CA; }
span { border-color: rgb(202,213,202); }
td.TdClassName
{
border-color: #CAD5CA;
}
.TagClassName
{
border-color: #CAD5CA;
}
</style>