Shades of Light Cyan #DDF6FE
Tints of Light Cyan #DDF6FE
RGB
CMYK
RGB Variations
Color information
#DDF6FE (or 0xDDF6FE) is known color: Light Cyan. HEX triplet: DD, F6 and FE. RGB value is (221,246,254). Sum of RGB (Red+Green+Blue) = 221+246+254=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6FE is #220901. Grayscale: #EFEFEF. Windows color (decimal): -2230530 or 16709341. OLE color: 16709341.
HSL color Cylindrical-coordinate representation of color #DDF6FE: hue angle of 194.55º 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 #DDF6FE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 246 | 254 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.00 |
| HSL | 194.55º | 0.94% | 0.93% | - |
| HSV(B) | 194.55º | 0.13% | 1% | - |
| XYZ | 80.66 | 88.44 | 106.59 | - |
| YUV | 239.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 254 | 0.13 | 0.03 | 0 | 0.00 | 194.55 | 0.94 | 0.93 |
| Hex | DD | F6 | FE | D | 3 | 0 | 0 | C3 | 5E | 5D |
| Octal | 335 | 366 | 376 | 15 | 3 | 0 | 0 | 303 | 136 | 135 |
| Binary | 11011101 | 11110110 | 11111110 | 1101 | 11 | 0 | 0 | 11000011 | 1011110 | 1011101 |
Color Harmonies of #DDF6FE
Complementary color
Monochromatic Colors of #DDF6FE
Black with #DDF6FE
Text Example
Text Example
White with #DDF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6FE; }
p { color: rgb(221,246,254); }
H1.HeaderClassName
{
color: #DDF6FE;
}
.AnyTagClassName
{
color: #DDF6FE;
}
</style>
background-color css
<style>
a { background-color: #DDF6FE; }
a { background-color: rgb(221,246,254); }
div.DivClassName
{
background-color: #DDF6FE;
}
.BgClassName
{
background-color: #DDF6FE;
}
</style>
border-color css
<style>
span { border-color: #DDF6FE; }
span { border-color: rgb(221,246,254); }
td.TdClassName
{
border-color: #DDF6FE;
}
.TagClassName
{
border-color: #DDF6FE;
}
</style>