Shades of Light Cyan #DDF6FD
Tints of Light Cyan #DDF6FD
RGB
CMYK
RGB Variations
Color information
#DDF6FD (or 0xDDF6FD) is known color: Light Cyan. HEX triplet: DD, F6 and FD. RGB value is (221,246,253). Sum of RGB (Red+Green+Blue) = 221+246+253=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6FD is #220902. Grayscale: #EFEFEF. Windows color (decimal): -2230531 or 16643805. OLE color: 16643805.
HSL color Cylindrical-coordinate representation of color #DDF6FD: hue angle of 193.12º 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 #DDF6FD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 246 | 253 | - |
CMYK | 0.13 | 0.03 | 0 | 0.01 |
HSL | 193.13º | 0.89% | 0.93% | - |
HSV(B) | 193.13º | 0.13% | 0.99% | - |
XYZ | 80.5 | 88.38 | 105.74 | - |
YUV | 239.32 | 135.72 | 114.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 246 | 253 | 0.13 | 0.03 | 0 | 0.01 | 193.13 | 0.89 | 0.93 |
Hex | DD | F6 | FD | D | 3 | 0 | 1 | C1 | 59 | 5D |
Octal | 335 | 366 | 375 | 15 | 3 | 0 | 1 | 301 | 131 | 135 |
Binary | 11011101 | 11110110 | 11111101 | 1101 | 11 | 0 | 1 | 11000001 | 1011001 | 1011101 |
Color Harmonies of #DDF6FD
Complementary color
Monochromatic Colors of #DDF6FD
Black with #DDF6FD
Text Example
Text Example
White with #DDF6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6FD; }
p { color: rgb(221,246,253); }
H1.HeaderClassName
{
color: #DDF6FD;
}
.AnyTagClassName
{
color: #DDF6FD;
}
</style>
background-color css
<style>
a { background-color: #DDF6FD; }
a { background-color: rgb(221,246,253); }
div.DivClassName
{
background-color: #DDF6FD;
}
.BgClassName
{
background-color: #DDF6FD;
}
</style>
border-color css
<style>
span { border-color: #DDF6FD; }
span { border-color: rgb(221,246,253); }
td.TdClassName
{
border-color: #DDF6FD;
}
.TagClassName
{
border-color: #DDF6FD;
}
</style>