Shades of Edgewater #CADFCC
Tints of Edgewater #CADFCC
RGB
CMYK
RGB Variations
Color information
#CADFCC (or 0xCADFCC) is known color: Edgewater. HEX triplet: CA, DF and CC. RGB value is (202,223,204). Sum of RGB (Red+Green+Blue) = 202+223+204=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFCC is #352033. Grayscale: #D6D6D6. Windows color (decimal): -3481652 or 13426634. OLE color: 13426634.
HSL color Cylindrical-coordinate representation of color #CADFCC: hue angle of 125.71º degrees, saturation: 0.25, 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 #CADFCC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 204 | - |
CMYK | 0.09 | 0 | 0.09 | 0.13 |
HSL | 125.71º | 0.25% | 0.83% | - |
HSV(B) | 125.71º | 0.09% | 0.87% | - |
XYZ | 61.64 | 69.69 | 67.33 | - |
YUV | 214.56 | 122.04 | 119.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 204 | 0.09 | 0 | 0.09 | 0.13 | 125.71 | 0.25 | 0.83 |
Hex | CA | DF | CC | 9 | 0 | 9 | D | 7E | 19 | 53 |
Octal | 312 | 337 | 314 | 11 | 0 | 11 | 15 | 176 | 31 | 123 |
Binary | 11001010 | 11011111 | 11001100 | 1001 | 0 | 1001 | 1101 | 1111110 | 11001 | 1010011 |
Color Harmonies of #CADFCC
Complementary color
Monochromatic Colors of #CADFCC
Black with #CADFCC
Text Example
Text Example
White with #CADFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFCC; }
p { color: rgb(202,223,204); }
H1.HeaderClassName
{
color: #CADFCC;
}
.AnyTagClassName
{
color: #CADFCC;
}
</style>
background-color css
<style>
a { background-color: #CADFCC; }
a { background-color: rgb(202,223,204); }
div.DivClassName
{
background-color: #CADFCC;
}
.BgClassName
{
background-color: #CADFCC;
}
</style>
border-color css
<style>
span { border-color: #CADFCC; }
span { border-color: rgb(202,223,204); }
td.TdClassName
{
border-color: #CADFCC;
}
.TagClassName
{
border-color: #CADFCC;
}
</style>