Shades of Light Cyan #DDF2F7
Tints of Light Cyan #DDF2F7
RGB
CMYK
RGB Variations
Color information
#DDF2F7 (or 0xDDF2F7) is known color: Light Cyan. HEX triplet: DD, F2 and F7. RGB value is (221,242,247). Sum of RGB (Red+Green+Blue) = 221+242+247=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 247 (96.88% from 255 or 34.79% from 710); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDF2F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F7 is #220D08. Grayscale: #ECECEC. Windows color (decimal): -2231561 or 16249565. OLE color: 16249565.
HSL color Cylindrical-coordinate representation of color #DDF2F7: hue angle of 191.54º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF2F7 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 242 | 247 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.03 |
| HSL | 191.54º | 0.62% | 0.92% | - |
| HSV(B) | 191.54º | 0.11% | 0.97% | - |
| XYZ | 78.36 | 85.59 | 100.39 | - |
| YUV | 236.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 247 | 0.11 | 0.02 | 0 | 0.03 | 191.54 | 0.62 | 0.92 |
| Hex | DD | F2 | F7 | B | 2 | 0 | 3 | C0 | 3E | 5C |
| Octal | 335 | 362 | 367 | 13 | 2 | 0 | 3 | 300 | 76 | 134 |
| Binary | 11011101 | 11110010 | 11110111 | 1011 | 10 | 0 | 11 | 11000000 | 111110 | 1011100 |
Color Harmonies of #DDF2F7
Complementary color
Monochromatic Colors of #DDF2F7
Black with #DDF2F7
Text Example
Text Example
White with #DDF2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2F7; }
p { color: rgb(221,242,247); }
H1.HeaderClassName
{
color: #DDF2F7;
}
.AnyTagClassName
{
color: #DDF2F7;
}
</style>
background-color css
<style>
a { background-color: #DDF2F7; }
a { background-color: rgb(221,242,247); }
div.DivClassName
{
background-color: #DDF2F7;
}
.BgClassName
{
background-color: #DDF2F7;
}
</style>
border-color css
<style>
span { border-color: #DDF2F7; }
span { border-color: rgb(221,242,247); }
td.TdClassName
{
border-color: #DDF2F7;
}
.TagClassName
{
border-color: #DDF2F7;
}
</style>