Shades of Edgewater #CAD2CD
Tints of Edgewater #CAD2CD
RGB
CMYK
RGB Variations
Color information
#CAD2CD (or 0xCAD2CD) is known color: Edgewater. HEX triplet: CA, D2 and CD. RGB value is (202,210,205). Sum of RGB (Red+Green+Blue) = 202+210+205=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2CD is #352D32. Grayscale: #CFCFCF. Windows color (decimal): -3484979 or 13488842. OLE color: 13488842.
HSL color Cylindrical-coordinate representation of color #CAD2CD: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAD2CD is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 210 | 205 | - |
CMYK | 0.04 | 0 | 0.02 | 0.18 |
HSL | 142.5º | 0.08% | 0.81% | - |
HSV(B) | 142.5º | 0.04% | 0.82% | - |
XYZ | 58.42 | 63.06 | 66.85 | - |
YUV | 207.04 | 126.85 | 124.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 210 | 205 | 0.04 | 0 | 0.02 | 0.18 | 142.5 | 0.08 | 0.81 |
Hex | CA | D2 | CD | 4 | 0 | 2 | 12 | 8E | 8 | 51 |
Octal | 312 | 322 | 315 | 4 | 0 | 2 | 22 | 216 | 10 | 121 |
Binary | 11001010 | 11010010 | 11001101 | 100 | 0 | 10 | 10010 | 10001110 | 1000 | 1010001 |
Color Harmonies of #CAD2CD
Complementary color
Monochromatic Colors of #CAD2CD
Black with #CAD2CD
Text Example
Text Example
White with #CAD2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2CD; }
p { color: rgb(202,210,205); }
H1.HeaderClassName
{
color: #CAD2CD;
}
.AnyTagClassName
{
color: #CAD2CD;
}
</style>
background-color css
<style>
a { background-color: #CAD2CD; }
a { background-color: rgb(202,210,205); }
div.DivClassName
{
background-color: #CAD2CD;
}
.BgClassName
{
background-color: #CAD2CD;
}
</style>
border-color css
<style>
span { border-color: #CAD2CD; }
span { border-color: rgb(202,210,205); }
td.TdClassName
{
border-color: #CAD2CD;
}
.TagClassName
{
border-color: #CAD2CD;
}
</style>