Shades of Light Cyan #DDFEFA
Tints of Light Cyan #DDFEFA
RGB
CMYK
RGB Variations
Color information
#DDFEFA (or 0xDDFEFA) is known color: Light Cyan. HEX triplet: DD, FE and FA. RGB value is (221,254,250). Sum of RGB (Red+Green+Blue) = 221+254+250=725 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.48% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEFA is #220105. Grayscale: #F3F3F3. Windows color (decimal): -2228486 or 16449245. OLE color: 16449245.
HSL color Cylindrical-coordinate representation of color #DDFEFA: hue angle of 172.73º 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 #DDFEFA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 250 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.00 |
| HSL | 172.73º | 0.94% | 0.93% | - |
| HSV(B) | 172.73º | 0.13% | 1% | - |
| XYZ | 82.52 | 93.16 | 104.07 | - |
| YUV | 243.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 250 | 0.13 | 0 | 0.02 | 0.00 | 172.73 | 0.94 | 0.93 |
| Hex | DD | FE | FA | D | 0 | 2 | 0 | AD | 5E | 5D |
| Octal | 335 | 376 | 372 | 15 | 0 | 2 | 0 | 255 | 136 | 135 |
| Binary | 11011101 | 11111110 | 11111010 | 1101 | 0 | 10 | 0 | 10101101 | 1011110 | 1011101 |
Color Harmonies of #DDFEFA
Complementary color
Monochromatic Colors of #DDFEFA
Black with #DDFEFA
Text Example
Text Example
White with #DDFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEFA; }
p { color: rgb(221,254,250); }
H1.HeaderClassName
{
color: #DDFEFA;
}
.AnyTagClassName
{
color: #DDFEFA;
}
</style>
background-color css
<style>
a { background-color: #DDFEFA; }
a { background-color: rgb(221,254,250); }
div.DivClassName
{
background-color: #DDFEFA;
}
.BgClassName
{
background-color: #DDFEFA;
}
</style>
border-color css
<style>
span { border-color: #DDFEFA; }
span { border-color: rgb(221,254,250); }
td.TdClassName
{
border-color: #DDFEFA;
}
.TagClassName
{
border-color: #DDFEFA;
}
</style>