Shades of Edgewater #C8DACB
Tints of Edgewater #C8DACB
RGB
CMYK
RGB Variations
Color information
#C8DACB (or 0xC8DACB) is known color: Edgewater. HEX triplet: C8, DA and CB. RGB value is (200,218,203). Sum of RGB (Red+Green+Blue) = 200+218+203=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACB is #372534. Grayscale: #D2D2D2. Windows color (decimal): -3614005 or 13359816. OLE color: 13359816.
HSL color Cylindrical-coordinate representation of color #C8DACB: hue angle of 130º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8DACB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 218 | 203 | - |
CMYK | 0.08 | 0 | 0.07 | 0.15 |
HSL | 130º | 0.2% | 0.82% | - |
HSV(B) | 130º | 0.08% | 0.85% | - |
XYZ | 59.67 | 66.73 | 66.24 | - |
YUV | 210.91 | 123.54 | 120.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 203 | 0.08 | 0 | 0.07 | 0.15 | 130 | 0.2 | 0.82 |
Hex | C8 | DA | CB | 8 | 0 | 7 | F | 82 | 14 | 52 |
Octal | 310 | 332 | 313 | 10 | 0 | 7 | 17 | 202 | 24 | 122 |
Binary | 11001000 | 11011010 | 11001011 | 1000 | 0 | 111 | 1111 | 10000010 | 10100 | 1010010 |
Color Harmonies of #C8DACB
Complementary color
Monochromatic Colors of #C8DACB
Black with #C8DACB
Text Example
Text Example
White with #C8DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DACB; }
p { color: rgb(200,218,203); }
H1.HeaderClassName
{
color: #C8DACB;
}
.AnyTagClassName
{
color: #C8DACB;
}
</style>
background-color css
<style>
a { background-color: #C8DACB; }
a { background-color: rgb(200,218,203); }
div.DivClassName
{
background-color: #C8DACB;
}
.BgClassName
{
background-color: #C8DACB;
}
</style>
border-color css
<style>
span { border-color: #C8DACB; }
span { border-color: rgb(200,218,203); }
td.TdClassName
{
border-color: #C8DACB;
}
.TagClassName
{
border-color: #C8DACB;
}
</style>