Shades of Light Cyan #DDF8FE
Tints of Light Cyan #DDF8FE
RGB
CMYK
RGB Variations
Color information
#DDF8FE (or 0xDDF8FE) is known color: Light Cyan. HEX triplet: DD, F8 and FE. RGB value is (221,248,254). Sum of RGB (Red+Green+Blue) = 221+248+254=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8FE is #220701. Grayscale: #F0F0F0. Windows color (decimal): -2230018 or 16709853. OLE color: 16709853.
HSL color Cylindrical-coordinate representation of color #DDF8FE: hue angle of 190.91º 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 #DDF8FE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 248 | 254 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.00 |
| HSL | 190.91º | 0.94% | 0.93% | - |
| HSV(B) | 190.91º | 0.13% | 1% | - |
| XYZ | 81.28 | 89.66 | 106.79 | - |
| YUV | 240.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 254 | 0.13 | 0.02 | 0 | 0.00 | 190.91 | 0.94 | 0.93 |
| Hex | DD | F8 | FE | D | 2 | 0 | 0 | BF | 5E | 5D |
| Octal | 335 | 370 | 376 | 15 | 2 | 0 | 0 | 277 | 136 | 135 |
| Binary | 11011101 | 11111000 | 11111110 | 1101 | 10 | 0 | 0 | 10111111 | 1011110 | 1011101 |
Color Harmonies of #DDF8FE
Complementary color
Monochromatic Colors of #DDF8FE
Black with #DDF8FE
Text Example
Text Example
White with #DDF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8FE; }
p { color: rgb(221,248,254); }
H1.HeaderClassName
{
color: #DDF8FE;
}
.AnyTagClassName
{
color: #DDF8FE;
}
</style>
background-color css
<style>
a { background-color: #DDF8FE; }
a { background-color: rgb(221,248,254); }
div.DivClassName
{
background-color: #DDF8FE;
}
.BgClassName
{
background-color: #DDF8FE;
}
</style>
border-color css
<style>
span { border-color: #DDF8FE; }
span { border-color: rgb(221,248,254); }
td.TdClassName
{
border-color: #DDF8FE;
}
.TagClassName
{
border-color: #DDF8FE;
}
</style>