Shades of Light Cyan #DDF6FF
Tints of Light Cyan #DDF6FF
RGB
CMYK
RGB Variations
Color information
#DDF6FF (or 0xDDF6FF) is known color: Light Cyan. HEX triplet: DD, F6 and FF. RGB value is (221,246,255). Sum of RGB (Red+Green+Blue) = 221+246+255=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6FF is #220900. Grayscale: #EFEFEF. Windows color (decimal): -2230529 or 16774877. OLE color: 16774877.
HSL color Cylindrical-coordinate representation of color #DDF6FF: hue angle of 195.88º 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 #DDF6FF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 246 | 255 | - |
CMYK | 0.13 | 0.04 | 0 | 0 |
HSL | 195.88º | 1% | 0.93% | - |
HSV(B) | 195.88º | 0.13% | 1% | - |
XYZ | 80.82 | 88.5 | 107.43 | - |
YUV | 239.55 | 136.72 | 114.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 246 | 255 | 0.13 | 0.04 | 0 | 0 | 195.88 | 1 | 0.93 |
Hex | DD | F6 | FF | D | 4 | 0 | 0 | C4 | 64 | 5D |
Octal | 335 | 366 | 377 | 15 | 4 | 0 | 0 | 304 | 144 | 135 |
Binary | 11011101 | 11110110 | 11111111 | 1101 | 100 | 0 | 0 | 11000100 | 1100100 | 1011101 |
Color Harmonies of #DDF6FF
Complementary color
Monochromatic Colors of #DDF6FF
Black with #DDF6FF
Text Example
Text Example
White with #DDF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6FF; }
p { color: rgb(221,246,255); }
H1.HeaderClassName
{
color: #DDF6FF;
}
.AnyTagClassName
{
color: #DDF6FF;
}
</style>
background-color css
<style>
a { background-color: #DDF6FF; }
a { background-color: rgb(221,246,255); }
div.DivClassName
{
background-color: #DDF6FF;
}
.BgClassName
{
background-color: #DDF6FF;
}
</style>
border-color css
<style>
span { border-color: #DDF6FF; }
span { border-color: rgb(221,246,255); }
td.TdClassName
{
border-color: #DDF6FF;
}
.TagClassName
{
border-color: #DDF6FF;
}
</style>