Shades of Link Water #CFD5E0
Tints of Link Water #CFD5E0
RGB
CMYK
RGB Variations
Color information
#CFD5E0 (or 0xCFD5E0) is known color: Link Water. HEX triplet: CF, D5 and E0. RGB value is (207,213,224). Sum of RGB (Red+Green+Blue) = 207+213+224=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5E0 is #302A1F. Grayscale: #D4D4D4. Windows color (decimal): -3156512 or 14734799. OLE color: 14734799.
HSL color Cylindrical-coordinate representation of color #CFD5E0: hue angle of 218.82º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFD5E0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 213 | 224 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.12 |
| HSL | 218.82º | 0.22% | 0.85% | - |
| HSV(B) | 218.82º | 0.08% | 0.88% | - |
| XYZ | 62.98 | 66.24 | 79.99 | - |
| YUV | 212.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 224 | 0.08 | 0.05 | 0 | 0.12 | 218.82 | 0.22 | 0.85 |
| Hex | CF | D5 | E0 | 8 | 5 | 0 | C | DB | 16 | 55 |
| Octal | 317 | 325 | 340 | 10 | 5 | 0 | 14 | 333 | 26 | 125 |
| Binary | 11001111 | 11010101 | 11100000 | 1000 | 101 | 0 | 1100 | 11011011 | 10110 | 1010101 |
Color Harmonies of #CFD5E0
Complementary color
Monochromatic Colors of #CFD5E0
Black with #CFD5E0
Text Example
Text Example
White with #CFD5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5E0; }
p { color: rgb(207,213,224); }
H1.HeaderClassName
{
color: #CFD5E0;
}
.AnyTagClassName
{
color: #CFD5E0;
}
</style>
background-color css
<style>
a { background-color: #CFD5E0; }
a { background-color: rgb(207,213,224); }
div.DivClassName
{
background-color: #CFD5E0;
}
.BgClassName
{
background-color: #CFD5E0;
}
</style>
border-color css
<style>
span { border-color: #CFD5E0; }
span { border-color: rgb(207,213,224); }
td.TdClassName
{
border-color: #CFD5E0;
}
.TagClassName
{
border-color: #CFD5E0;
}
</style>