Shades of Light Cyan #DEFEFD
Tints of Light Cyan #DEFEFD
RGB
CMYK
RGB Variations
Color information
#DEFEFD (or 0xDEFEFD) is known color: Light Cyan. HEX triplet: DE, FE and FD. RGB value is (222,254,253). Sum of RGB (Red+Green+Blue) = 222+254+253=729 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.45% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFD is #210102. Grayscale: #F4F4F4. Windows color (decimal): -2162947 or 16645854. OLE color: 16645854.
HSL color Cylindrical-coordinate representation of color #DEFEFD: hue angle of 178.12º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEFD is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 253 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.00 |
| HSL | 178.13º | 0.94% | 0.93% | - |
| HSV(B) | 178.13º | 0.13% | 1% | - |
| XYZ | 83.3 | 93.51 | 106.59 | - |
| YUV | 244.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 253 | 0.13 | 0 | 0.00 | 0.00 | 178.13 | 0.94 | 0.93 |
| Hex | DE | FE | FD | D | 0 | 0 | 0 | B2 | 5E | 5D |
| Octal | 336 | 376 | 375 | 15 | 0 | 0 | 0 | 262 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11111101 | 1101 | 0 | 0 | 0 | 10110010 | 1011110 | 1011101 |
Color Harmonies of #DEFEFD
Complementary color
Monochromatic Colors of #DEFEFD
Black with #DEFEFD
Text Example
Text Example
White with #DEFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEFD; }
p { color: rgb(222,254,253); }
H1.HeaderClassName
{
color: #DEFEFD;
}
.AnyTagClassName
{
color: #DEFEFD;
}
</style>
background-color css
<style>
a { background-color: #DEFEFD; }
a { background-color: rgb(222,254,253); }
div.DivClassName
{
background-color: #DEFEFD;
}
.BgClassName
{
background-color: #DEFEFD;
}
</style>
border-color css
<style>
span { border-color: #DEFEFD; }
span { border-color: rgb(222,254,253); }
td.TdClassName
{
border-color: #DEFEFD;
}
.TagClassName
{
border-color: #DEFEFD;
}
</style>