Shades of Sea Mist #CAD5CB
Tints of Sea Mist #CAD5CB
RGB
CMYK
RGB Variations
Color information
#CAD5CB (or 0xCAD5CB) is known color: Sea Mist. HEX triplet: CA, D5 and CB. RGB value is (202,213,203). Sum of RGB (Red+Green+Blue) = 202+213+203=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5CB is #352A34. Grayscale: #D0D0D0. Windows color (decimal): -3484213 or 13358538. OLE color: 13358538.
HSL color Cylindrical-coordinate representation of color #CAD5CB: hue angle of 125.45º 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 #CAD5CB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 203 | - |
CMYK | 0.05 | 0 | 0.05 | 0.16 |
HSL | 125.45º | 0.12% | 0.81% | - |
HSV(B) | 125.45º | 0.05% | 0.84% | - |
XYZ | 58.93 | 64.46 | 65.84 | - |
YUV | 208.57 | 124.86 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 203 | 0.05 | 0 | 0.05 | 0.16 | 125.45 | 0.12 | 0.81 |
Hex | CA | D5 | CB | 5 | 0 | 5 | 10 | 7D | C | 51 |
Octal | 312 | 325 | 313 | 5 | 0 | 5 | 20 | 175 | 14 | 121 |
Binary | 11001010 | 11010101 | 11001011 | 101 | 0 | 101 | 10000 | 1111101 | 1100 | 1010001 |
Color Harmonies of #CAD5CB
Complementary color
Monochromatic Colors of #CAD5CB
Black with #CAD5CB
Text Example
Text Example
White with #CAD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5CB; }
p { color: rgb(202,213,203); }
H1.HeaderClassName
{
color: #CAD5CB;
}
.AnyTagClassName
{
color: #CAD5CB;
}
</style>
background-color css
<style>
a { background-color: #CAD5CB; }
a { background-color: rgb(202,213,203); }
div.DivClassName
{
background-color: #CAD5CB;
}
.BgClassName
{
background-color: #CAD5CB;
}
</style>
border-color css
<style>
span { border-color: #CAD5CB; }
span { border-color: rgb(202,213,203); }
td.TdClassName
{
border-color: #CAD5CB;
}
.TagClassName
{
border-color: #CAD5CB;
}
</style>