Shades of Light Cyan #DDF9FE
Tints of Light Cyan #DDF9FE
RGB
CMYK
RGB Variations
Color information
#DDF9FE (or 0xDDF9FE) is known color: Light Cyan. HEX triplet: DD, F9 and FE. RGB value is (221,249,254). Sum of RGB (Red+Green+Blue) = 221+249+254=724 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.52% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FE is #220601. Grayscale: #F1F1F1. Windows color (decimal): -2229762 or 16710109. OLE color: 16710109.
HSL color Cylindrical-coordinate representation of color #DDF9FE: hue angle of 189.09º 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 #DDF9FE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 249 | 254 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.00 |
| HSL | 189.09º | 0.94% | 0.93% | - |
| HSV(B) | 189.09º | 0.13% | 1% | - |
| XYZ | 81.58 | 90.28 | 106.89 | - |
| YUV | 241.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 254 | 0.13 | 0.02 | 0 | 0.00 | 189.09 | 0.94 | 0.93 |
| Hex | DD | F9 | FE | D | 2 | 0 | 0 | BD | 5E | 5D |
| Octal | 335 | 371 | 376 | 15 | 2 | 0 | 0 | 275 | 136 | 135 |
| Binary | 11011101 | 11111001 | 11111110 | 1101 | 10 | 0 | 0 | 10111101 | 1011110 | 1011101 |
Color Harmonies of #DDF9FE
Complementary color
Monochromatic Colors of #DDF9FE
Black with #DDF9FE
Text Example
Text Example
White with #DDF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9FE; }
p { color: rgb(221,249,254); }
H1.HeaderClassName
{
color: #DDF9FE;
}
.AnyTagClassName
{
color: #DDF9FE;
}
</style>
background-color css
<style>
a { background-color: #DDF9FE; }
a { background-color: rgb(221,249,254); }
div.DivClassName
{
background-color: #DDF9FE;
}
.BgClassName
{
background-color: #DDF9FE;
}
</style>
border-color css
<style>
span { border-color: #DDF9FE; }
span { border-color: rgb(221,249,254); }
td.TdClassName
{
border-color: #DDF9FE;
}
.TagClassName
{
border-color: #DDF9FE;
}
</style>