Shades of Edgewater #CAD9CC
Tints of Edgewater #CAD9CC
RGB
CMYK
RGB Variations
Color information
#CAD9CC (or 0xCAD9CC) is known color: Edgewater. HEX triplet: CA, D9 and CC. RGB value is (202,217,204). Sum of RGB (Red+Green+Blue) = 202+217+204=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9CC is #352633. Grayscale: #D3D3D3. Windows color (decimal): -3483188 or 13425098. OLE color: 13425098.
HSL color Cylindrical-coordinate representation of color #CAD9CC: hue angle of 128º degrees, saturation: 0.16, 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 #CAD9CC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 217 | 204 | - |
CMYK | 0.07 | 0 | 0.06 | 0.15 |
HSL | 128º | 0.16% | 0.82% | - |
HSV(B) | 128º | 0.07% | 0.85% | - |
XYZ | 60.07 | 66.54 | 66.8 | - |
YUV | 211.03 | 124.03 | 121.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 204 | 0.07 | 0 | 0.06 | 0.15 | 128 | 0.16 | 0.82 |
Hex | CA | D9 | CC | 7 | 0 | 6 | F | 80 | 10 | 52 |
Octal | 312 | 331 | 314 | 7 | 0 | 6 | 17 | 200 | 20 | 122 |
Binary | 11001010 | 11011001 | 11001100 | 111 | 0 | 110 | 1111 | 10000000 | 10000 | 1010010 |
Color Harmonies of #CAD9CC
Complementary color
Monochromatic Colors of #CAD9CC
Black with #CAD9CC
Text Example
Text Example
White with #CAD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9CC; }
p { color: rgb(202,217,204); }
H1.HeaderClassName
{
color: #CAD9CC;
}
.AnyTagClassName
{
color: #CAD9CC;
}
</style>
background-color css
<style>
a { background-color: #CAD9CC; }
a { background-color: rgb(202,217,204); }
div.DivClassName
{
background-color: #CAD9CC;
}
.BgClassName
{
background-color: #CAD9CC;
}
</style>
border-color css
<style>
span { border-color: #CAD9CC; }
span { border-color: rgb(202,217,204); }
td.TdClassName
{
border-color: #CAD9CC;
}
.TagClassName
{
border-color: #CAD9CC;
}
</style>