Shades of Light Cyan #DDF8FA
Tints of Light Cyan #DDF8FA
RGB
CMYK
RGB Variations
Color information
#DDF8FA (or 0xDDF8FA) is known color: Light Cyan. HEX triplet: DD, F8 and FA. RGB value is (221,248,250). Sum of RGB (Red+Green+Blue) = 221+248+250=719 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.74% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8FA is #220705. Grayscale: #F0F0F0. Windows color (decimal): -2230022 or 16447709. OLE color: 16447709.
HSL color Cylindrical-coordinate representation of color #DDF8FA: hue angle of 184.14º 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 #DDF8FA is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 248 | 250 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.02 |
| HSL | 184.14º | 0.74% | 0.92% | - |
| HSV(B) | 184.14º | 0.12% | 0.98% | - |
| XYZ | 80.64 | 89.41 | 103.45 | - |
| YUV | 240.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 250 | 0.12 | 0.01 | 0 | 0.02 | 184.14 | 0.74 | 0.92 |
| Hex | DD | F8 | FA | C | 1 | 0 | 2 | B8 | 4A | 5C |
| Octal | 335 | 370 | 372 | 14 | 1 | 0 | 2 | 270 | 112 | 134 |
| Binary | 11011101 | 11111000 | 11111010 | 1100 | 1 | 0 | 10 | 10111000 | 1001010 | 1011100 |
Color Harmonies of #DDF8FA
Complementary color
Monochromatic Colors of #DDF8FA
Black with #DDF8FA
Text Example
Text Example
White with #DDF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8FA; }
p { color: rgb(221,248,250); }
H1.HeaderClassName
{
color: #DDF8FA;
}
.AnyTagClassName
{
color: #DDF8FA;
}
</style>
background-color css
<style>
a { background-color: #DDF8FA; }
a { background-color: rgb(221,248,250); }
div.DivClassName
{
background-color: #DDF8FA;
}
.BgClassName
{
background-color: #DDF8FA;
}
</style>
border-color css
<style>
span { border-color: #DDF8FA; }
span { border-color: rgb(221,248,250); }
td.TdClassName
{
border-color: #DDF8FA;
}
.TagClassName
{
border-color: #DDF8FA;
}
</style>