Shades of Edgewater #C8DBCC
Tints of Edgewater #C8DBCC
RGB
CMYK
RGB Variations
Color information
#C8DBCC (or 0xC8DBCC) is known color: Edgewater. HEX triplet: C8, DB and CC. RGB value is (200,219,204). Sum of RGB (Red+Green+Blue) = 200+219+204=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBCC is #372433. Grayscale: #D3D3D3. Windows color (decimal): -3613748 or 13425608. OLE color: 13425608.
HSL color Cylindrical-coordinate representation of color #C8DBCC: hue angle of 132.63º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DBCC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 219 | 204 | - |
CMYK | 0.09 | 0 | 0.07 | 0.14 |
HSL | 132.63º | 0.21% | 0.82% | - |
HSV(B) | 132.63º | 0.09% | 0.86% | - |
XYZ | 60.05 | 67.3 | 66.95 | - |
YUV | 211.61 | 123.71 | 119.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 204 | 0.09 | 0 | 0.07 | 0.14 | 132.63 | 0.21 | 0.82 |
Hex | C8 | DB | CC | 9 | 0 | 7 | E | 85 | 15 | 52 |
Octal | 310 | 333 | 314 | 11 | 0 | 7 | 16 | 205 | 25 | 122 |
Binary | 11001000 | 11011011 | 11001100 | 1001 | 0 | 111 | 1110 | 10000101 | 10101 | 1010010 |
Color Harmonies of #C8DBCC
Complementary color
Monochromatic Colors of #C8DBCC
Black with #C8DBCC
Text Example
Text Example
White with #C8DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBCC; }
p { color: rgb(200,219,204); }
H1.HeaderClassName
{
color: #C8DBCC;
}
.AnyTagClassName
{
color: #C8DBCC;
}
</style>
background-color css
<style>
a { background-color: #C8DBCC; }
a { background-color: rgb(200,219,204); }
div.DivClassName
{
background-color: #C8DBCC;
}
.BgClassName
{
background-color: #C8DBCC;
}
</style>
border-color css
<style>
span { border-color: #C8DBCC; }
span { border-color: rgb(200,219,204); }
td.TdClassName
{
border-color: #C8DBCC;
}
.TagClassName
{
border-color: #C8DBCC;
}
</style>