Shades of Light Cyan #DDF6FA
Tints of Light Cyan #DDF6FA
RGB
CMYK
RGB Variations
Color information
#DDF6FA (or 0xDDF6FA) is known color: Light Cyan. HEX triplet: DD, F6 and FA. RGB value is (221,246,250). Sum of RGB (Red+Green+Blue) = 221+246+250=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6FA is #220905. Grayscale: #EEEEEE. Windows color (decimal): -2230534 or 16447197. OLE color: 16447197.
HSL color Cylindrical-coordinate representation of color #DDF6FA: hue angle of 188.28º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF6FA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 246 | 250 | - |
CMYK | 0.12 | 0.02 | 0 | 0.02 |
HSL | 188.28º | 0.74% | 0.92% | - |
HSV(B) | 188.28º | 0.12% | 0.98% | - |
XYZ | 80.03 | 88.19 | 103.25 | - |
YUV | 238.98 | 134.22 | 115.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 246 | 250 | 0.12 | 0.02 | 0 | 0.02 | 188.28 | 0.74 | 0.92 |
Hex | DD | F6 | FA | C | 2 | 0 | 2 | BC | 4A | 5C |
Octal | 335 | 366 | 372 | 14 | 2 | 0 | 2 | 274 | 112 | 134 |
Binary | 11011101 | 11110110 | 11111010 | 1100 | 10 | 0 | 10 | 10111100 | 1001010 | 1011100 |
Color Harmonies of #DDF6FA
Complementary color
Monochromatic Colors of #DDF6FA
Black with #DDF6FA
Text Example
Text Example
White with #DDF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6FA; }
p { color: rgb(221,246,250); }
H1.HeaderClassName
{
color: #DDF6FA;
}
.AnyTagClassName
{
color: #DDF6FA;
}
</style>
background-color css
<style>
a { background-color: #DDF6FA; }
a { background-color: rgb(221,246,250); }
div.DivClassName
{
background-color: #DDF6FA;
}
.BgClassName
{
background-color: #DDF6FA;
}
</style>
border-color css
<style>
span { border-color: #DDF6FA; }
span { border-color: rgb(221,246,250); }
td.TdClassName
{
border-color: #DDF6FA;
}
.TagClassName
{
border-color: #DDF6FA;
}
</style>