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