Shades of Edgewater #CAD5CD
Tints of Edgewater #CAD5CD
RGB
CMYK
RGB Variations
Color information
#CAD5CD (or 0xCAD5CD) is known color: Edgewater. HEX triplet: CA, D5 and CD. RGB value is (202,213,205). Sum of RGB (Red+Green+Blue) = 202+213+205=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5CD is #352A32. Grayscale: #D0D0D0. Windows color (decimal): -3484211 or 13489610. OLE color: 13489610.
HSL color Cylindrical-coordinate representation of color #CAD5CD: hue angle of 136.36º 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 #CAD5CD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 205 | - |
CMYK | 0.05 | 0 | 0.04 | 0.16 |
HSL | 136.36º | 0.12% | 0.81% | - |
HSV(B) | 136.36º | 0.05% | 0.84% | - |
XYZ | 59.17 | 64.55 | 67.1 | - |
YUV | 208.8 | 125.86 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 205 | 0.05 | 0 | 0.04 | 0.16 | 136.36 | 0.12 | 0.81 |
Hex | CA | D5 | CD | 5 | 0 | 4 | 10 | 88 | C | 51 |
Octal | 312 | 325 | 315 | 5 | 0 | 4 | 20 | 210 | 14 | 121 |
Binary | 11001010 | 11010101 | 11001101 | 101 | 0 | 100 | 10000 | 10001000 | 1100 | 1010001 |
Color Harmonies of #CAD5CD
Complementary color
Monochromatic Colors of #CAD5CD
Black with #CAD5CD
Text Example
Text Example
White with #CAD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5CD; }
p { color: rgb(202,213,205); }
H1.HeaderClassName
{
color: #CAD5CD;
}
.AnyTagClassName
{
color: #CAD5CD;
}
</style>
background-color css
<style>
a { background-color: #CAD5CD; }
a { background-color: rgb(202,213,205); }
div.DivClassName
{
background-color: #CAD5CD;
}
.BgClassName
{
background-color: #CAD5CD;
}
</style>
border-color css
<style>
span { border-color: #CAD5CD; }
span { border-color: rgb(202,213,205); }
td.TdClassName
{
border-color: #CAD5CD;
}
.TagClassName
{
border-color: #CAD5CD;
}
</style>