Shades of Light Cyan #DDFDFE
Tints of Light Cyan #DDFDFE
RGB
CMYK
RGB Variations
Color information
#DDFDFE (or 0xDDFDFE) is known color: Light Cyan. HEX triplet: DD, FD and FE. RGB value is (221,253,254). Sum of RGB (Red+Green+Blue) = 221+253+254=728 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.36% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDFE is #220201. Grayscale: #F3F3F3. Windows color (decimal): -2228738 or 16711133. OLE color: 16711133.
HSL color Cylindrical-coordinate representation of color #DDFDFE: hue angle of 181.82º 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 #DDFDFE is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 253 | 254 | - |
| CMYK | 0.13 | 0.00 | 0 | 0.00 |
| HSL | 181.82º | 0.94% | 0.93% | - |
| HSV(B) | 181.82º | 0.13% | 1% | - |
| XYZ | 82.83 | 92.78 | 107.31 | - |
| YUV | 243.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 254 | 0.13 | 0.00 | 0 | 0.00 | 181.82 | 0.94 | 0.93 |
| Hex | DD | FD | FE | D | 0 | 0 | 0 | B6 | 5E | 5D |
| Octal | 335 | 375 | 376 | 15 | 0 | 0 | 0 | 266 | 136 | 135 |
| Binary | 11011101 | 11111101 | 11111110 | 1101 | 0 | 0 | 0 | 10110110 | 1011110 | 1011101 |
Color Harmonies of #DDFDFE
Complementary color
Monochromatic Colors of #DDFDFE
Black with #DDFDFE
Text Example
Text Example
White with #DDFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDFE; }
p { color: rgb(221,253,254); }
H1.HeaderClassName
{
color: #DDFDFE;
}
.AnyTagClassName
{
color: #DDFDFE;
}
</style>
background-color css
<style>
a { background-color: #DDFDFE; }
a { background-color: rgb(221,253,254); }
div.DivClassName
{
background-color: #DDFDFE;
}
.BgClassName
{
background-color: #DDFDFE;
}
</style>
border-color css
<style>
span { border-color: #DDFDFE; }
span { border-color: rgb(221,253,254); }
td.TdClassName
{
border-color: #DDFDFE;
}
.TagClassName
{
border-color: #DDFDFE;
}
</style>