Shades of Geyser #CAD5D3
Tints of Geyser #CAD5D3
RGB
CMYK
RGB Variations
Color information
#CAD5D3 (or 0xCAD5D3) is known color: Geyser. HEX triplet: CA, D5 and D3. RGB value is (202,213,211). Sum of RGB (Red+Green+Blue) = 202+213+211=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5D3 is #352A2C. Grayscale: #D1D1D1. Windows color (decimal): -3484205 or 13882826. OLE color: 13882826.
HSL color Cylindrical-coordinate representation of color #CAD5D3: hue angle of 169.09º 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 #CAD5D3 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 211 | - |
CMYK | 0.05 | 0 | 0.01 | 0.16 |
HSL | 169.09º | 0.12% | 0.81% | - |
HSV(B) | 169.09º | 0.05% | 0.84% | - |
XYZ | 59.91 | 64.85 | 70.99 | - |
YUV | 209.48 | 128.86 | 122.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 211 | 0.05 | 0 | 0.01 | 0.16 | 169.09 | 0.12 | 0.81 |
Hex | CA | D5 | D3 | 5 | 0 | 1 | 10 | A9 | C | 51 |
Octal | 312 | 325 | 323 | 5 | 0 | 1 | 20 | 251 | 14 | 121 |
Binary | 11001010 | 11010101 | 11010011 | 101 | 0 | 1 | 10000 | 10101001 | 1100 | 1010001 |
Color Harmonies of #CAD5D3
Complementary color
Monochromatic Colors of #CAD5D3
Black with #CAD5D3
Text Example
Text Example
White with #CAD5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5D3; }
p { color: rgb(202,213,211); }
H1.HeaderClassName
{
color: #CAD5D3;
}
.AnyTagClassName
{
color: #CAD5D3;
}
</style>
background-color css
<style>
a { background-color: #CAD5D3; }
a { background-color: rgb(202,213,211); }
div.DivClassName
{
background-color: #CAD5D3;
}
.BgClassName
{
background-color: #CAD5D3;
}
</style>
border-color css
<style>
span { border-color: #CAD5D3; }
span { border-color: rgb(202,213,211); }
td.TdClassName
{
border-color: #CAD5D3;
}
.TagClassName
{
border-color: #CAD5D3;
}
</style>