Shades of Geyser #CAD5D2
Tints of Geyser #CAD5D2
RGB
CMYK
RGB Variations
Color information
#CAD5D2 (or 0xCAD5D2) is known color: Geyser. HEX triplet: CA, D5 and D2. RGB value is (202,213,210). Sum of RGB (Red+Green+Blue) = 202+213+210=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5D2 is #352A2D. Grayscale: #D1D1D1. Windows color (decimal): -3484206 or 13817290. OLE color: 13817290.
HSL color Cylindrical-coordinate representation of color #CAD5D2: hue angle of 163.64º 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 #CAD5D2 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 210 | - |
CMYK | 0.05 | 0 | 0.01 | 0.16 |
HSL | 163.64º | 0.12% | 0.81% | - |
HSV(B) | 163.64º | 0.05% | 0.84% | - |
XYZ | 59.78 | 64.8 | 70.33 | - |
YUV | 209.37 | 128.36 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 210 | 0.05 | 0 | 0.01 | 0.16 | 163.64 | 0.12 | 0.81 |
Hex | CA | D5 | D2 | 5 | 0 | 1 | 10 | A4 | C | 51 |
Octal | 312 | 325 | 322 | 5 | 0 | 1 | 20 | 244 | 14 | 121 |
Binary | 11001010 | 11010101 | 11010010 | 101 | 0 | 1 | 10000 | 10100100 | 1100 | 1010001 |
Color Harmonies of #CAD5D2
Complementary color
Monochromatic Colors of #CAD5D2
Black with #CAD5D2
Text Example
Text Example
White with #CAD5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5D2; }
p { color: rgb(202,213,210); }
H1.HeaderClassName
{
color: #CAD5D2;
}
.AnyTagClassName
{
color: #CAD5D2;
}
</style>
background-color css
<style>
a { background-color: #CAD5D2; }
a { background-color: rgb(202,213,210); }
div.DivClassName
{
background-color: #CAD5D2;
}
.BgClassName
{
background-color: #CAD5D2;
}
</style>
border-color css
<style>
span { border-color: #CAD5D2; }
span { border-color: rgb(202,213,210); }
td.TdClassName
{
border-color: #CAD5D2;
}
.TagClassName
{
border-color: #CAD5D2;
}
</style>