Shades of Light Cyan #DDF7FF
Tints of Light Cyan #DDF7FF
RGB
CMYK
RGB Variations
Color information
#DDF7FF (or 0xDDF7FF) is known color: Light Cyan. HEX triplet: DD, F7 and FF. RGB value is (221,247,255). Sum of RGB (Red+Green+Blue) = 221+247+255=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 247 (96.88% from 255 or 34.16% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF7FF is #220800. Grayscale: #F0F0F0. Windows color (decimal): -2230273 or 16775133. OLE color: 16775133.
HSL color Cylindrical-coordinate representation of color #DDF7FF: hue angle of 194.12º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF7FF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 247 | 255 | - |
CMYK | 0.13 | 0.03 | 0 | 0 |
HSL | 194.12º | 1% | 0.93% | - |
HSV(B) | 194.12º | 0.13% | 1% | - |
XYZ | 81.13 | 89.11 | 107.53 | - |
YUV | 240.14 | 136.39 | 114.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 247 | 255 | 0.13 | 0.03 | 0 | 0 | 194.12 | 1 | 0.93 |
Hex | DD | F7 | FF | D | 3 | 0 | 0 | C2 | 64 | 5D |
Octal | 335 | 367 | 377 | 15 | 3 | 0 | 0 | 302 | 144 | 135 |
Binary | 11011101 | 11110111 | 11111111 | 1101 | 11 | 0 | 0 | 11000010 | 1100100 | 1011101 |
Color Harmonies of #DDF7FF
Complementary color
Monochromatic Colors of #DDF7FF
Black with #DDF7FF
Text Example
Text Example
White with #DDF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7FF; }
p { color: rgb(221,247,255); }
H1.HeaderClassName
{
color: #DDF7FF;
}
.AnyTagClassName
{
color: #DDF7FF;
}
</style>
background-color css
<style>
a { background-color: #DDF7FF; }
a { background-color: rgb(221,247,255); }
div.DivClassName
{
background-color: #DDF7FF;
}
.BgClassName
{
background-color: #DDF7FF;
}
</style>
border-color css
<style>
span { border-color: #DDF7FF; }
span { border-color: rgb(221,247,255); }
td.TdClassName
{
border-color: #DDF7FF;
}
.TagClassName
{
border-color: #DDF7FF;
}
</style>