Shades of Edgewater #CAD0CC
Tints of Edgewater #CAD0CC
RGB
CMYK
RGB Variations
Color information
#CAD0CC (or 0xCAD0CC) is known color: Edgewater. HEX triplet: CA, D0 and CC. RGB value is (202,208,204). Sum of RGB (Red+Green+Blue) = 202+208+204=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0CC is #352F33. Grayscale: #CDCDCD. Windows color (decimal): -3485492 or 13422794. OLE color: 13422794.
HSL color Cylindrical-coordinate representation of color #CAD0CC: hue angle of 140º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAD0CC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 208 | 204 | - |
CMYK | 0.03 | 0 | 0.02 | 0.18 |
HSL | 140º | 0.06% | 0.8% | - |
HSV(B) | 140º | 0.03% | 0.82% | - |
XYZ | 57.81 | 62.03 | 66.05 | - |
YUV | 205.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 208 | 204 | 0.03 | 0 | 0.02 | 0.18 | 140 | 0.06 | 0.8 |
Hex | CA | D0 | CC | 3 | 0 | 2 | 12 | 8C | 6 | 50 |
Octal | 312 | 320 | 314 | 3 | 0 | 2 | 22 | 214 | 6 | 120 |
Binary | 11001010 | 11010000 | 11001100 | 11 | 0 | 10 | 10010 | 10001100 | 110 | 1010000 |
Color Harmonies of #CAD0CC
Complementary color
Monochromatic Colors of #CAD0CC
Black with #CAD0CC
Text Example
Text Example
White with #CAD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD0CC; }
p { color: rgb(202,208,204); }
H1.HeaderClassName
{
color: #CAD0CC;
}
.AnyTagClassName
{
color: #CAD0CC;
}
</style>
background-color css
<style>
a { background-color: #CAD0CC; }
a { background-color: rgb(202,208,204); }
div.DivClassName
{
background-color: #CAD0CC;
}
.BgClassName
{
background-color: #CAD0CC;
}
</style>
border-color css
<style>
span { border-color: #CAD0CC; }
span { border-color: rgb(202,208,204); }
td.TdClassName
{
border-color: #CAD0CC;
}
.TagClassName
{
border-color: #CAD0CC;
}
</style>