Shades of Light Cyan #D8FAF8
Tints of Light Cyan #D8FAF8
RGB
CMYK
RGB Variations
Color information
#D8FAF8 (or 0xD8FAF8) is known color: Light Cyan. HEX triplet: D8, FA and F8. RGB value is (216,250,248). Sum of RGB (Red+Green+Blue) = 216+250+248=714 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.25% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAF8 is #270507. Grayscale: #EFEFEF. Windows color (decimal): -2557192 or 16317144. OLE color: 16317144.
HSL color Cylindrical-coordinate representation of color #D8FAF8: hue angle of 176.47º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8FAF8 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 248 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.02 |
| HSL | 176.47º | 0.77% | 0.91% | - |
| HSV(B) | 176.47º | 0.14% | 0.98% | - |
| XYZ | 79.45 | 89.75 | 101.94 | - |
| YUV | 239.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 248 | 0.14 | 0 | 0.01 | 0.02 | 176.47 | 0.77 | 0.91 |
| Hex | D8 | FA | F8 | E | 0 | 1 | 2 | B0 | 4D | 5B |
| Octal | 330 | 372 | 370 | 16 | 0 | 1 | 2 | 260 | 115 | 133 |
| Binary | 11011000 | 11111010 | 11111000 | 1110 | 0 | 1 | 10 | 10110000 | 1001101 | 1011011 |
Color Harmonies of #D8FAF8
Complementary color
Monochromatic Colors of #D8FAF8
Black with #D8FAF8
Text Example
Text Example
White with #D8FAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAF8; }
p { color: rgb(216,250,248); }
H1.HeaderClassName
{
color: #D8FAF8;
}
.AnyTagClassName
{
color: #D8FAF8;
}
</style>
background-color css
<style>
a { background-color: #D8FAF8; }
a { background-color: rgb(216,250,248); }
div.DivClassName
{
background-color: #D8FAF8;
}
.BgClassName
{
background-color: #D8FAF8;
}
</style>
border-color css
<style>
span { border-color: #D8FAF8; }
span { border-color: rgb(216,250,248); }
td.TdClassName
{
border-color: #D8FAF8;
}
.TagClassName
{
border-color: #D8FAF8;
}
</style>