Shades of Edgewater #CADECC
Tints of Edgewater #CADECC
RGB
CMYK
RGB Variations
Color information
#CADECC (or 0xCADECC) is known color: Edgewater. HEX triplet: CA, DE and CC. RGB value is (202,222,204). Sum of RGB (Red+Green+Blue) = 202+222+204=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #CADECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADECC is #352133. Grayscale: #D6D6D6. Windows color (decimal): -3481908 or 13426378. OLE color: 13426378.
HSL color Cylindrical-coordinate representation of color #CADECC: hue angle of 126º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADECC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 204 | - |
CMYK | 0.09 | 0 | 0.08 | 0.13 |
HSL | 126º | 0.23% | 0.83% | - |
HSV(B) | 126º | 0.09% | 0.87% | - |
XYZ | 61.38 | 69.16 | 67.24 | - |
YUV | 213.97 | 122.37 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 204 | 0.09 | 0 | 0.08 | 0.13 | 126 | 0.23 | 0.83 |
Hex | CA | DE | CC | 9 | 0 | 8 | D | 7E | 17 | 53 |
Octal | 312 | 336 | 314 | 11 | 0 | 10 | 15 | 176 | 27 | 123 |
Binary | 11001010 | 11011110 | 11001100 | 1001 | 0 | 1000 | 1101 | 1111110 | 10111 | 1010011 |
Color Harmonies of #CADECC
Complementary color
Monochromatic Colors of #CADECC
Black with #CADECC
Text Example
Text Example
White with #CADECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADECC; }
p { color: rgb(202,222,204); }
H1.HeaderClassName
{
color: #CADECC;
}
.AnyTagClassName
{
color: #CADECC;
}
</style>
background-color css
<style>
a { background-color: #CADECC; }
a { background-color: rgb(202,222,204); }
div.DivClassName
{
background-color: #CADECC;
}
.BgClassName
{
background-color: #CADECC;
}
</style>
border-color css
<style>
span { border-color: #CADECC; }
span { border-color: rgb(202,222,204); }
td.TdClassName
{
border-color: #CADECC;
}
.TagClassName
{
border-color: #CADECC;
}
</style>