Shades of Edgewater #CADBCD
Tints of Edgewater #CADBCD
RGB
CMYK
RGB Variations
Color information
#CADBCD (or 0xCADBCD) is known color: Edgewater. HEX triplet: CA, DB and CD. RGB value is (202,219,205). Sum of RGB (Red+Green+Blue) = 202+219+205=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBCD is #352432. Grayscale: #D4D4D4. Windows color (decimal): -3482675 or 13491146. OLE color: 13491146.
HSL color Cylindrical-coordinate representation of color #CADBCD: hue angle of 130.59º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADBCD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 205 | - |
CMYK | 0.08 | 0 | 0.06 | 0.14 |
HSL | 130.59º | 0.19% | 0.83% | - |
HSV(B) | 130.59º | 0.08% | 0.86% | - |
XYZ | 60.71 | 67.63 | 67.61 | - |
YUV | 212.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 205 | 0.08 | 0 | 0.06 | 0.14 | 130.59 | 0.19 | 0.83 |
Hex | CA | DB | CD | 8 | 0 | 6 | E | 83 | 13 | 53 |
Octal | 312 | 333 | 315 | 10 | 0 | 6 | 16 | 203 | 23 | 123 |
Binary | 11001010 | 11011011 | 11001101 | 1000 | 0 | 110 | 1110 | 10000011 | 10011 | 1010011 |
Color Harmonies of #CADBCD
Complementary color
Monochromatic Colors of #CADBCD
Black with #CADBCD
Text Example
Text Example
White with #CADBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBCD; }
p { color: rgb(202,219,205); }
H1.HeaderClassName
{
color: #CADBCD;
}
.AnyTagClassName
{
color: #CADBCD;
}
</style>
background-color css
<style>
a { background-color: #CADBCD; }
a { background-color: rgb(202,219,205); }
div.DivClassName
{
background-color: #CADBCD;
}
.BgClassName
{
background-color: #CADBCD;
}
</style>
border-color css
<style>
span { border-color: #CADBCD; }
span { border-color: rgb(202,219,205); }
td.TdClassName
{
border-color: #CADBCD;
}
.TagClassName
{
border-color: #CADBCD;
}
</style>