Shades of Light Cyan #DEF8F8
Tints of Light Cyan #DEF8F8
RGB
CMYK
RGB Variations
Color information
#DEF8F8 (or 0xDEF8F8) is known color: Light Cyan. HEX triplet: DE, F8 and F8. RGB value is (222,248,248). Sum of RGB (Red+Green+Blue) = 222+248+248=718 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.92% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 248 - color contains mainly: green, blue. Hex color #DEF8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F8 is #210707. Grayscale: #F0F0F0. Windows color (decimal): -2164488 or 16316638. OLE color: 16316638.
HSL color Cylindrical-coordinate representation of color #DEF8F8: hue angle of 180º degrees, saturation: 0.65, 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 #DEF8F8 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 248 | 248 | - |
CMYK | 0.10 | 0 | 0 | 0.03 |
HSL | 180º | 0.65% | 0.92% | - |
HSV(B) | 180º | 0.1% | 0.97% | - |
XYZ | 80.63 | 89.44 | 101.82 | - |
YUV | 240.23 | 132.39 | 115 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 248 | 248 | 0.10 | 0 | 0 | 0.03 | 180 | 0.65 | 0.92 |
Hex | DE | F8 | F8 | A | 0 | 0 | 3 | B4 | 41 | 5C |
Octal | 336 | 370 | 370 | 12 | 0 | 0 | 3 | 264 | 101 | 134 |
Binary | 11011110 | 11111000 | 11111000 | 1010 | 0 | 0 | 11 | 10110100 | 1000001 | 1011100 |
Color Harmonies of #DEF8F8
Complementary color
Monochromatic Colors of #DEF8F8
Black with #DEF8F8
Text Example
Text Example
White with #DEF8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8F8; }
p { color: rgb(222,248,248); }
H1.HeaderClassName
{
color: #DEF8F8;
}
.AnyTagClassName
{
color: #DEF8F8;
}
</style>
background-color css
<style>
a { background-color: #DEF8F8; }
a { background-color: rgb(222,248,248); }
div.DivClassName
{
background-color: #DEF8F8;
}
.BgClassName
{
background-color: #DEF8F8;
}
</style>
border-color css
<style>
span { border-color: #DEF8F8; }
span { border-color: rgb(222,248,248); }
td.TdClassName
{
border-color: #DEF8F8;
}
.TagClassName
{
border-color: #DEF8F8;
}
</style>