Shades of Edgewater #CADACC
Tints of Edgewater #CADACC
RGB
CMYK
RGB Variations
Color information
#CADACC (or 0xCADACC) is known color: Edgewater. HEX triplet: CA, DA and CC. RGB value is (202,218,204). Sum of RGB (Red+Green+Blue) = 202+218+204=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #CADACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADACC is #352533. Grayscale: #D3D3D3. Windows color (decimal): -3482932 or 13425354. OLE color: 13425354.
HSL color Cylindrical-coordinate representation of color #CADACC: hue angle of 127.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CADACC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 204 | - |
CMYK | 0.07 | 0 | 0.06 | 0.15 |
HSL | 127.5º | 0.18% | 0.82% | - |
HSV(B) | 127.5º | 0.07% | 0.85% | - |
XYZ | 60.33 | 67.06 | 66.89 | - |
YUV | 211.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 204 | 0.07 | 0 | 0.06 | 0.15 | 127.5 | 0.18 | 0.82 |
Hex | CA | DA | CC | 7 | 0 | 6 | F | 80 | 12 | 52 |
Octal | 312 | 332 | 314 | 7 | 0 | 6 | 17 | 200 | 22 | 122 |
Binary | 11001010 | 11011010 | 11001100 | 111 | 0 | 110 | 1111 | 10000000 | 10010 | 1010010 |
Color Harmonies of #CADACC
Complementary color
Monochromatic Colors of #CADACC
Black with #CADACC
Text Example
Text Example
White with #CADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADACC; }
p { color: rgb(202,218,204); }
H1.HeaderClassName
{
color: #CADACC;
}
.AnyTagClassName
{
color: #CADACC;
}
</style>
background-color css
<style>
a { background-color: #CADACC; }
a { background-color: rgb(202,218,204); }
div.DivClassName
{
background-color: #CADACC;
}
.BgClassName
{
background-color: #CADACC;
}
</style>
border-color css
<style>
span { border-color: #CADACC; }
span { border-color: rgb(202,218,204); }
td.TdClassName
{
border-color: #CADACC;
}
.TagClassName
{
border-color: #CADACC;
}
</style>