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