Shades of Edgewater #CAD8CD
Tints of Edgewater #CAD8CD
RGB
CMYK
RGB Variations
Color information
#CAD8CD (or 0xCAD8CD) is known color: Edgewater. HEX triplet: CA, D8 and CD. RGB value is (202,216,205). Sum of RGB (Red+Green+Blue) = 202+216+205=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8CD is #352732. Grayscale: #D2D2D2. Windows color (decimal): -3483443 or 13490378. OLE color: 13490378.
HSL color Cylindrical-coordinate representation of color #CAD8CD: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD8CD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 216 | 205 | - |
CMYK | 0.06 | 0 | 0.05 | 0.15 |
HSL | 132.86º | 0.15% | 0.82% | - |
HSV(B) | 132.86º | 0.06% | 0.85% | - |
XYZ | 59.93 | 66.08 | 67.35 | - |
YUV | 210.56 | 124.86 | 121.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 205 | 0.06 | 0 | 0.05 | 0.15 | 132.86 | 0.15 | 0.82 |
Hex | CA | D8 | CD | 6 | 0 | 5 | F | 85 | F | 52 |
Octal | 312 | 330 | 315 | 6 | 0 | 5 | 17 | 205 | 17 | 122 |
Binary | 11001010 | 11011000 | 11001101 | 110 | 0 | 101 | 1111 | 10000101 | 1111 | 1010010 |
Color Harmonies of #CAD8CD
Complementary color
Monochromatic Colors of #CAD8CD
Black with #CAD8CD
Text Example
Text Example
White with #CAD8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8CD; }
p { color: rgb(202,216,205); }
H1.HeaderClassName
{
color: #CAD8CD;
}
.AnyTagClassName
{
color: #CAD8CD;
}
</style>
background-color css
<style>
a { background-color: #CAD8CD; }
a { background-color: rgb(202,216,205); }
div.DivClassName
{
background-color: #CAD8CD;
}
.BgClassName
{
background-color: #CAD8CD;
}
</style>
border-color css
<style>
span { border-color: #CAD8CD; }
span { border-color: rgb(202,216,205); }
td.TdClassName
{
border-color: #CAD8CD;
}
.TagClassName
{
border-color: #CAD8CD;
}
</style>