Shades of Light Cyan #DEFDF8
Tints of Light Cyan #DEFDF8
RGB
CMYK
RGB Variations
Color information
#DEFDF8 (or 0xDEFDF8) is known color: Light Cyan. HEX triplet: DE, FD and F8. RGB value is (222,253,248). Sum of RGB (Red+Green+Blue) = 222+253+248=723 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.71% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDF8 is #210207. Grayscale: #F3F3F3. Windows color (decimal): -2163208 or 16317918. OLE color: 16317918.
HSL color Cylindrical-coordinate representation of color #DEFDF8: hue angle of 170.32º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFDF8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 248 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.01 |
| HSL | 170.32º | 0.89% | 0.93% | - |
| HSV(B) | 170.32º | 0.12% | 0.99% | - |
| XYZ | 82.19 | 92.56 | 102.34 | - |
| YUV | 243.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 248 | 0.12 | 0 | 0.02 | 0.01 | 170.32 | 0.89 | 0.93 |
| Hex | DE | FD | F8 | C | 0 | 2 | 1 | AA | 59 | 5D |
| Octal | 336 | 375 | 370 | 14 | 0 | 2 | 1 | 252 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11111000 | 1100 | 0 | 10 | 1 | 10101010 | 1011001 | 1011101 |
Color Harmonies of #DEFDF8
Complementary color
Monochromatic Colors of #DEFDF8
Black with #DEFDF8
Text Example
Text Example
White with #DEFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDF8; }
p { color: rgb(222,253,248); }
H1.HeaderClassName
{
color: #DEFDF8;
}
.AnyTagClassName
{
color: #DEFDF8;
}
</style>
background-color css
<style>
a { background-color: #DEFDF8; }
a { background-color: rgb(222,253,248); }
div.DivClassName
{
background-color: #DEFDF8;
}
.BgClassName
{
background-color: #DEFDF8;
}
</style>
border-color css
<style>
span { border-color: #DEFDF8; }
span { border-color: rgb(222,253,248); }
td.TdClassName
{
border-color: #DEFDF8;
}
.TagClassName
{
border-color: #DEFDF8;
}
</style>