Shades of Light Cyan #DDF9FD
Tints of Light Cyan #DDF9FD
RGB
CMYK
RGB Variations
Color information
#DDF9FD (or 0xDDF9FD) is known color: Light Cyan. HEX triplet: DD, F9 and FD. RGB value is (221,249,253). Sum of RGB (Red+Green+Blue) = 221+249+253=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FD is #220602. Grayscale: #F1F1F1. Windows color (decimal): -2229763 or 16644573. OLE color: 16644573.
HSL color Cylindrical-coordinate representation of color #DDF9FD: hue angle of 187.5º 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 #DDF9FD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 249 | 253 | - |
CMYK | 0.13 | 0.02 | 0 | 0.01 |
HSL | 187.5º | 0.89% | 0.93% | - |
HSV(B) | 187.5º | 0.13% | 0.99% | - |
XYZ | 81.42 | 90.22 | 106.05 | - |
YUV | 241.08 | 134.72 | 113.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 253 | 0.13 | 0.02 | 0 | 0.01 | 187.5 | 0.89 | 0.93 |
Hex | DD | F9 | FD | D | 2 | 0 | 1 | BC | 59 | 5D |
Octal | 335 | 371 | 375 | 15 | 2 | 0 | 1 | 274 | 131 | 135 |
Binary | 11011101 | 11111001 | 11111101 | 1101 | 10 | 0 | 1 | 10111100 | 1011001 | 1011101 |
Color Harmonies of #DDF9FD
Complementary color
Monochromatic Colors of #DDF9FD
Black with #DDF9FD
Text Example
Text Example
White with #DDF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9FD; }
p { color: rgb(221,249,253); }
H1.HeaderClassName
{
color: #DDF9FD;
}
.AnyTagClassName
{
color: #DDF9FD;
}
</style>
background-color css
<style>
a { background-color: #DDF9FD; }
a { background-color: rgb(221,249,253); }
div.DivClassName
{
background-color: #DDF9FD;
}
.BgClassName
{
background-color: #DDF9FD;
}
</style>
border-color css
<style>
span { border-color: #DDF9FD; }
span { border-color: rgb(221,249,253); }
td.TdClassName
{
border-color: #DDF9FD;
}
.TagClassName
{
border-color: #DDF9FD;
}
</style>