Shades of Edgewater #CAD3CC
Tints of Edgewater #CAD3CC
RGB
CMYK
RGB Variations
Color information
#CAD3CC (or 0xCAD3CC) is known color: Edgewater. HEX triplet: CA, D3 and CC. RGB value is (202,211,204). Sum of RGB (Red+Green+Blue) = 202+211+204=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3CC is #352C33. Grayscale: #CFCFCF. Windows color (decimal): -3484724 or 13423562. OLE color: 13423562.
HSL color Cylindrical-coordinate representation of color #CAD3CC: hue angle of 133.33º 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 #CAD3CC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 211 | 204 | - |
CMYK | 0.04 | 0 | 0.03 | 0.17 |
HSL | 133.33º | 0.09% | 0.81% | - |
HSV(B) | 133.33º | 0.04% | 0.83% | - |
XYZ | 58.55 | 63.5 | 66.3 | - |
YUV | 207.51 | 126.02 | 124.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 211 | 204 | 0.04 | 0 | 0.03 | 0.17 | 133.33 | 0.09 | 0.81 |
Hex | CA | D3 | CC | 4 | 0 | 3 | 11 | 85 | 9 | 51 |
Octal | 312 | 323 | 314 | 4 | 0 | 3 | 21 | 205 | 11 | 121 |
Binary | 11001010 | 11010011 | 11001100 | 100 | 0 | 11 | 10001 | 10000101 | 1001 | 1010001 |
Color Harmonies of #CAD3CC
Complementary color
Monochromatic Colors of #CAD3CC
Black with #CAD3CC
Text Example
Text Example
White with #CAD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3CC; }
p { color: rgb(202,211,204); }
H1.HeaderClassName
{
color: #CAD3CC;
}
.AnyTagClassName
{
color: #CAD3CC;
}
</style>
background-color css
<style>
a { background-color: #CAD3CC; }
a { background-color: rgb(202,211,204); }
div.DivClassName
{
background-color: #CAD3CC;
}
.BgClassName
{
background-color: #CAD3CC;
}
</style>
border-color css
<style>
span { border-color: #CAD3CC; }
span { border-color: rgb(202,211,204); }
td.TdClassName
{
border-color: #CAD3CC;
}
.TagClassName
{
border-color: #CAD3CC;
}
</style>