Shades of Edgewater #CADACD
Tints of Edgewater #CADACD
RGB
CMYK
RGB Variations
Color information
#CADACD (or 0xCADACD) is known color: Edgewater. HEX triplet: CA, DA and CD. RGB value is (202,218,205). Sum of RGB (Red+Green+Blue) = 202+218+205=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #CADACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADACD is #352532. Grayscale: #D3D3D3. Windows color (decimal): -3482931 or 13490890. OLE color: 13490890.
HSL color Cylindrical-coordinate representation of color #CADACD: hue angle of 131.25º 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 #CADACD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 205 | - |
CMYK | 0.07 | 0 | 0.06 | 0.15 |
HSL | 131.25º | 0.18% | 0.82% | - |
HSV(B) | 131.25º | 0.07% | 0.85% | - |
XYZ | 60.45 | 67.11 | 67.52 | - |
YUV | 211.73 | 124.2 | 121.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 205 | 0.07 | 0 | 0.06 | 0.15 | 131.25 | 0.18 | 0.82 |
Hex | CA | DA | CD | 7 | 0 | 6 | F | 83 | 12 | 52 |
Octal | 312 | 332 | 315 | 7 | 0 | 6 | 17 | 203 | 22 | 122 |
Binary | 11001010 | 11011010 | 11001101 | 111 | 0 | 110 | 1111 | 10000011 | 10010 | 1010010 |
Color Harmonies of #CADACD
Complementary color
Monochromatic Colors of #CADACD
Black with #CADACD
Text Example
Text Example
White with #CADACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADACD; }
p { color: rgb(202,218,205); }
H1.HeaderClassName
{
color: #CADACD;
}
.AnyTagClassName
{
color: #CADACD;
}
</style>
background-color css
<style>
a { background-color: #CADACD; }
a { background-color: rgb(202,218,205); }
div.DivClassName
{
background-color: #CADACD;
}
.BgClassName
{
background-color: #CADACD;
}
</style>
border-color css
<style>
span { border-color: #CADACD; }
span { border-color: rgb(202,218,205); }
td.TdClassName
{
border-color: #CADACD;
}
.TagClassName
{
border-color: #CADACD;
}
</style>