Shades of Edgewater #C8DBCB
Tints of Edgewater #C8DBCB
RGB
CMYK
RGB Variations
Color information
#C8DBCB (or 0xC8DBCB) is known color: Edgewater. HEX triplet: C8, DB and CB. RGB value is (200,219,203). Sum of RGB (Red+Green+Blue) = 200+219+203=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBCB is #372434. Grayscale: #D3D3D3. Windows color (decimal): -3613749 or 13360072. OLE color: 13360072.
HSL color Cylindrical-coordinate representation of color #C8DBCB: hue angle of 129.47º 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 #C8DBCB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 219 | 203 | - |
CMYK | 0.09 | 0 | 0.07 | 0.14 |
HSL | 129.47º | 0.21% | 0.82% | - |
HSV(B) | 129.47º | 0.09% | 0.86% | - |
XYZ | 59.93 | 67.25 | 66.32 | - |
YUV | 211.5 | 123.21 | 119.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 203 | 0.09 | 0 | 0.07 | 0.14 | 129.47 | 0.21 | 0.82 |
Hex | C8 | DB | CB | 9 | 0 | 7 | E | 81 | 15 | 52 |
Octal | 310 | 333 | 313 | 11 | 0 | 7 | 16 | 201 | 25 | 122 |
Binary | 11001000 | 11011011 | 11001011 | 1001 | 0 | 111 | 1110 | 10000001 | 10101 | 1010010 |
Color Harmonies of #C8DBCB
Complementary color
Monochromatic Colors of #C8DBCB
Black with #C8DBCB
Text Example
Text Example
White with #C8DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBCB; }
p { color: rgb(200,219,203); }
H1.HeaderClassName
{
color: #C8DBCB;
}
.AnyTagClassName
{
color: #C8DBCB;
}
</style>
background-color css
<style>
a { background-color: #C8DBCB; }
a { background-color: rgb(200,219,203); }
div.DivClassName
{
background-color: #C8DBCB;
}
.BgClassName
{
background-color: #C8DBCB;
}
</style>
border-color css
<style>
span { border-color: #C8DBCB; }
span { border-color: rgb(200,219,203); }
td.TdClassName
{
border-color: #C8DBCB;
}
.TagClassName
{
border-color: #C8DBCB;
}
</style>