Shades of Light Cyan #DFF8F6
Tints of Light Cyan #DFF8F6
RGB
CMYK
RGB Variations
Color information
#DFF8F6 (or 0xDFF8F6) is known color: Light Cyan. HEX triplet: DF, F8 and F6. RGB value is (223,248,246). Sum of RGB (Red+Green+Blue) = 223+248+246=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF8F6 is #200709. Grayscale: #F0F0F0. Windows color (decimal): -2098954 or 16185567. OLE color: 16185567.
HSL color Cylindrical-coordinate representation of color #DFF8F6: hue angle of 175.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF8F6 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 246 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.03 |
| HSL | 175.2º | 0.64% | 0.92% | - |
| HSV(B) | 175.2º | 0.1% | 0.97% | - |
| XYZ | 80.63 | 89.48 | 100.21 | - |
| YUV | 240.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 246 | 0.10 | 0 | 0.01 | 0.03 | 175.2 | 0.64 | 0.92 |
| Hex | DF | F8 | F6 | A | 0 | 1 | 3 | AF | 40 | 5C |
| Octal | 337 | 370 | 366 | 12 | 0 | 1 | 3 | 257 | 100 | 134 |
| Binary | 11011111 | 11111000 | 11110110 | 1010 | 0 | 1 | 11 | 10101111 | 1000000 | 1011100 |
Color Harmonies of #DFF8F6
Complementary color
Monochromatic Colors of #DFF8F6
Black with #DFF8F6
Text Example
Text Example
White with #DFF8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF8F6; }
p { color: rgb(223,248,246); }
H1.HeaderClassName
{
color: #DFF8F6;
}
.AnyTagClassName
{
color: #DFF8F6;
}
</style>
background-color css
<style>
a { background-color: #DFF8F6; }
a { background-color: rgb(223,248,246); }
div.DivClassName
{
background-color: #DFF8F6;
}
.BgClassName
{
background-color: #DFF8F6;
}
</style>
border-color css
<style>
span { border-color: #DFF8F6; }
span { border-color: rgb(223,248,246); }
td.TdClassName
{
border-color: #DFF8F6;
}
.TagClassName
{
border-color: #DFF8F6;
}
</style>