Shades of Edgewater #CAD8CC
Tints of Edgewater #CAD8CC
RGB
CMYK
RGB Variations
Color information
#CAD8CC (or 0xCAD8CC) is known color: Edgewater. HEX triplet: CA, D8 and CC. RGB value is (202,216,204). Sum of RGB (Red+Green+Blue) = 202+216+204=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8CC is #352733. Grayscale: #D2D2D2. Windows color (decimal): -3483444 or 13424842. OLE color: 13424842.
HSL color Cylindrical-coordinate representation of color #CAD8CC: hue angle of 128.57º 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 #CAD8CC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 216 | 204 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 128.57º | 0.15% | 0.82% | - |
HSV(B) | 128.57º | 0.06% | 0.85% | - |
XYZ | 59.81 | 66.03 | 66.72 | - |
YUV | 210.45 | 124.36 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 204 | 0.06 | 0 | 0.06 | 0.15 | 128.57 | 0.15 | 0.82 |
Hex | CA | D8 | CC | 6 | 0 | 6 | F | 81 | F | 52 |
Octal | 312 | 330 | 314 | 6 | 0 | 6 | 17 | 201 | 17 | 122 |
Binary | 11001010 | 11011000 | 11001100 | 110 | 0 | 110 | 1111 | 10000001 | 1111 | 1010010 |
Color Harmonies of #CAD8CC
Complementary color
Monochromatic Colors of #CAD8CC
Black with #CAD8CC
Text Example
Text Example
White with #CAD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8CC; }
p { color: rgb(202,216,204); }
H1.HeaderClassName
{
color: #CAD8CC;
}
.AnyTagClassName
{
color: #CAD8CC;
}
</style>
background-color css
<style>
a { background-color: #CAD8CC; }
a { background-color: rgb(202,216,204); }
div.DivClassName
{
background-color: #CAD8CC;
}
.BgClassName
{
background-color: #CAD8CC;
}
</style>
border-color css
<style>
span { border-color: #CAD8CC; }
span { border-color: rgb(202,216,204); }
td.TdClassName
{
border-color: #CAD8CC;
}
.TagClassName
{
border-color: #CAD8CC;
}
</style>