Shades of Edgewater #CFD5D0
Tints of Edgewater #CFD5D0
RGB
CMYK
RGB Variations
Color information
#CFD5D0 (or 0xCFD5D0) is known color: Edgewater. HEX triplet: CF, D5 and D0. RGB value is (207,213,208). Sum of RGB (Red+Green+Blue) = 207+213+208=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5D0 is #302A2F. Grayscale: #D2D2D2. Windows color (decimal): -3156528 or 13686223. OLE color: 13686223.
HSL color Cylindrical-coordinate representation of color #CFD5D0: hue angle of 130º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD5D0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 213 | 208 | - |
CMYK | 0.03 | 0 | 0.02 | 0.16 |
HSL | 130º | 0.07% | 0.82% | - |
HSV(B) | 130º | 0.03% | 0.84% | - |
XYZ | 60.91 | 65.41 | 69.09 | - |
YUV | 210.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 213 | 208 | 0.03 | 0 | 0.02 | 0.16 | 130 | 0.07 | 0.82 |
Hex | CF | D5 | D0 | 3 | 0 | 2 | 10 | 82 | 7 | 52 |
Octal | 317 | 325 | 320 | 3 | 0 | 2 | 20 | 202 | 7 | 122 |
Binary | 11001111 | 11010101 | 11010000 | 11 | 0 | 10 | 10000 | 10000010 | 111 | 1010010 |
Color Harmonies of #CFD5D0
Complementary color
Monochromatic Colors of #CFD5D0
Black with #CFD5D0
Text Example
Text Example
White with #CFD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5D0; }
p { color: rgb(207,213,208); }
H1.HeaderClassName
{
color: #CFD5D0;
}
.AnyTagClassName
{
color: #CFD5D0;
}
</style>
background-color css
<style>
a { background-color: #CFD5D0; }
a { background-color: rgb(207,213,208); }
div.DivClassName
{
background-color: #CFD5D0;
}
.BgClassName
{
background-color: #CFD5D0;
}
</style>
border-color css
<style>
span { border-color: #CFD5D0; }
span { border-color: rgb(207,213,208); }
td.TdClassName
{
border-color: #CFD5D0;
}
.TagClassName
{
border-color: #CFD5D0;
}
</style>