Shades of Light Cyan #DDF8FD
Tints of Light Cyan #DDF8FD
RGB
CMYK
RGB Variations
Color information
#DDF8FD (or 0xDDF8FD) is known color: Light Cyan. HEX triplet: DD, F8 and FD. RGB value is (221,248,253). Sum of RGB (Red+Green+Blue) = 221+248+253=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8FD is #220702. Grayscale: #F0F0F0. Windows color (decimal): -2230019 or 16644317. OLE color: 16644317.
HSL color Cylindrical-coordinate representation of color #DDF8FD: hue angle of 189.38º 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 #DDF8FD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 248 | 253 | - |
CMYK | 0.13 | 0.02 | 0 | 0.01 |
HSL | 189.38º | 0.89% | 0.93% | - |
HSV(B) | 189.38º | 0.13% | 0.99% | - |
XYZ | 81.12 | 89.6 | 105.95 | - |
YUV | 240.5 | 135.05 | 114.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 248 | 253 | 0.13 | 0.02 | 0 | 0.01 | 189.38 | 0.89 | 0.93 |
Hex | DD | F8 | FD | D | 2 | 0 | 1 | BD | 59 | 5D |
Octal | 335 | 370 | 375 | 15 | 2 | 0 | 1 | 275 | 131 | 135 |
Binary | 11011101 | 11111000 | 11111101 | 1101 | 10 | 0 | 1 | 10111101 | 1011001 | 1011101 |
Color Harmonies of #DDF8FD
Complementary color
Monochromatic Colors of #DDF8FD
Black with #DDF8FD
Text Example
Text Example
White with #DDF8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8FD; }
p { color: rgb(221,248,253); }
H1.HeaderClassName
{
color: #DDF8FD;
}
.AnyTagClassName
{
color: #DDF8FD;
}
</style>
background-color css
<style>
a { background-color: #DDF8FD; }
a { background-color: rgb(221,248,253); }
div.DivClassName
{
background-color: #DDF8FD;
}
.BgClassName
{
background-color: #DDF8FD;
}
</style>
border-color css
<style>
span { border-color: #DDF8FD; }
span { border-color: rgb(221,248,253); }
td.TdClassName
{
border-color: #DDF8FD;
}
.TagClassName
{
border-color: #DDF8FD;
}
</style>