Shades of Light Cyan #DDF7FD
Tints of Light Cyan #DDF7FD
RGB
CMYK
RGB Variations
Color information
#DDF7FD (or 0xDDF7FD) is known color: Light Cyan. HEX triplet: DD, F7 and FD. RGB value is (221,247,253). Sum of RGB (Red+Green+Blue) = 221+247+253=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF7FD is #220802. Grayscale: #EFEFEF. Windows color (decimal): -2230275 or 16644061. OLE color: 16644061.
HSL color Cylindrical-coordinate representation of color #DDF7FD: hue angle of 191.25º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF7FD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 247 | 253 | - |
CMYK | 0.13 | 0.02 | 0 | 0.01 |
HSL | 191.25º | 0.89% | 0.93% | - |
HSV(B) | 191.25º | 0.13% | 0.99% | - |
XYZ | 80.81 | 88.99 | 105.85 | - |
YUV | 239.91 | 135.39 | 114.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 247 | 253 | 0.13 | 0.02 | 0 | 0.01 | 191.25 | 0.89 | 0.93 |
Hex | DD | F7 | FD | D | 2 | 0 | 1 | BF | 59 | 5D |
Octal | 335 | 367 | 375 | 15 | 2 | 0 | 1 | 277 | 131 | 135 |
Binary | 11011101 | 11110111 | 11111101 | 1101 | 10 | 0 | 1 | 10111111 | 1011001 | 1011101 |
Color Harmonies of #DDF7FD
Complementary color
Monochromatic Colors of #DDF7FD
Black with #DDF7FD
Text Example
Text Example
White with #DDF7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7FD; }
p { color: rgb(221,247,253); }
H1.HeaderClassName
{
color: #DDF7FD;
}
.AnyTagClassName
{
color: #DDF7FD;
}
</style>
background-color css
<style>
a { background-color: #DDF7FD; }
a { background-color: rgb(221,247,253); }
div.DivClassName
{
background-color: #DDF7FD;
}
.BgClassName
{
background-color: #DDF7FD;
}
</style>
border-color css
<style>
span { border-color: #DDF7FD; }
span { border-color: rgb(221,247,253); }
td.TdClassName
{
border-color: #DDF7FD;
}
.TagClassName
{
border-color: #DDF7FD;
}
</style>