Shades of Edgewater #CAD3CD
Tints of Edgewater #CAD3CD
RGB
CMYK
RGB Variations
Color information
#CAD3CD (or 0xCAD3CD) is known color: Edgewater. HEX triplet: CA, D3 and CD. RGB value is (202,211,205). Sum of RGB (Red+Green+Blue) = 202+211+205=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3CD is #352C32. Grayscale: #CFCFCF. Windows color (decimal): -3484723 or 13489098. OLE color: 13489098.
HSL color Cylindrical-coordinate representation of color #CAD3CD: hue angle of 140º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAD3CD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 211 | 205 | - |
CMYK | 0.04 | 0 | 0.03 | 0.17 |
HSL | 140º | 0.09% | 0.81% | - |
HSV(B) | 140º | 0.04% | 0.83% | - |
XYZ | 58.67 | 63.55 | 66.93 | - |
YUV | 207.63 | 126.52 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 211 | 205 | 0.04 | 0 | 0.03 | 0.17 | 140 | 0.09 | 0.81 |
Hex | CA | D3 | CD | 4 | 0 | 3 | 11 | 8C | 9 | 51 |
Octal | 312 | 323 | 315 | 4 | 0 | 3 | 21 | 214 | 11 | 121 |
Binary | 11001010 | 11010011 | 11001101 | 100 | 0 | 11 | 10001 | 10001100 | 1001 | 1010001 |
Color Harmonies of #CAD3CD
Complementary color
Monochromatic Colors of #CAD3CD
Black with #CAD3CD
Text Example
Text Example
White with #CAD3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3CD; }
p { color: rgb(202,211,205); }
H1.HeaderClassName
{
color: #CAD3CD;
}
.AnyTagClassName
{
color: #CAD3CD;
}
</style>
background-color css
<style>
a { background-color: #CAD3CD; }
a { background-color: rgb(202,211,205); }
div.DivClassName
{
background-color: #CAD3CD;
}
.BgClassName
{
background-color: #CAD3CD;
}
</style>
border-color css
<style>
span { border-color: #CAD3CD; }
span { border-color: rgb(202,211,205); }
td.TdClassName
{
border-color: #CAD3CD;
}
.TagClassName
{
border-color: #CAD3CD;
}
</style>