Shades of Link Water #CFD4E0
Tints of Link Water #CFD4E0
RGB
CMYK
RGB Variations
Color information
#CFD4E0 (or 0xCFD4E0) is known color: Link Water. HEX triplet: CF, D4 and E0. RGB value is (207,212,224). Sum of RGB (Red+Green+Blue) = 207+212+224=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFD4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4E0 is #302B1F. Grayscale: #D3D3D3. Windows color (decimal): -3156768 or 14734543. OLE color: 14734543.
HSL color Cylindrical-coordinate representation of color #CFD4E0: hue angle of 222.35º 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 #CFD4E0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 212 | 224 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.12 |
| HSL | 222.35º | 0.22% | 0.85% | - |
| HSV(B) | 222.35º | 0.08% | 0.88% | - |
| XYZ | 62.73 | 65.73 | 79.9 | - |
| YUV | 211.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 224 | 0.08 | 0.05 | 0 | 0.12 | 222.35 | 0.22 | 0.85 |
| Hex | CF | D4 | E0 | 8 | 5 | 0 | C | DE | 16 | 55 |
| Octal | 317 | 324 | 340 | 10 | 5 | 0 | 14 | 336 | 26 | 125 |
| Binary | 11001111 | 11010100 | 11100000 | 1000 | 101 | 0 | 1100 | 11011110 | 10110 | 1010101 |
Color Harmonies of #CFD4E0
Complementary color
Monochromatic Colors of #CFD4E0
Black with #CFD4E0
Text Example
Text Example
White with #CFD4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4E0; }
p { color: rgb(207,212,224); }
H1.HeaderClassName
{
color: #CFD4E0;
}
.AnyTagClassName
{
color: #CFD4E0;
}
</style>
background-color css
<style>
a { background-color: #CFD4E0; }
a { background-color: rgb(207,212,224); }
div.DivClassName
{
background-color: #CFD4E0;
}
.BgClassName
{
background-color: #CFD4E0;
}
</style>
border-color css
<style>
span { border-color: #CFD4E0; }
span { border-color: rgb(207,212,224); }
td.TdClassName
{
border-color: #CFD4E0;
}
.TagClassName
{
border-color: #CFD4E0;
}
</style>