Shades of Light Cyan #DDFCFA
Tints of Light Cyan #DDFCFA
RGB
CMYK
RGB Variations
Color information
#DDFCFA (or 0xDDFCFA) is known color: Light Cyan. HEX triplet: DD, FC and FA. RGB value is (221,252,250). Sum of RGB (Red+Green+Blue) = 221+252+250=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCFA is #220305. Grayscale: #F2F2F2. Windows color (decimal): -2228998 or 16448733. OLE color: 16448733.
HSL color Cylindrical-coordinate representation of color #DDFCFA: hue angle of 176.13º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFCFA is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 250 | - |
CMYK | 0.12 | 0 | 0.01 | 0.01 |
HSL | 176.13º | 0.84% | 0.93% | - |
HSV(B) | 176.13º | 0.12% | 0.99% | - |
XYZ | 81.88 | 91.9 | 103.86 | - |
YUV | 242.5 | 132.23 | 112.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 250 | 0.12 | 0 | 0.01 | 0.01 | 176.13 | 0.84 | 0.93 |
Hex | DD | FC | FA | C | 0 | 1 | 1 | B0 | 54 | 5D |
Octal | 335 | 374 | 372 | 14 | 0 | 1 | 1 | 260 | 124 | 135 |
Binary | 11011101 | 11111100 | 11111010 | 1100 | 0 | 1 | 1 | 10110000 | 1010100 | 1011101 |
Color Harmonies of #DDFCFA
Complementary color
Monochromatic Colors of #DDFCFA
Black with #DDFCFA
Text Example
Text Example
White with #DDFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCFA; }
p { color: rgb(221,252,250); }
H1.HeaderClassName
{
color: #DDFCFA;
}
.AnyTagClassName
{
color: #DDFCFA;
}
</style>
background-color css
<style>
a { background-color: #DDFCFA; }
a { background-color: rgb(221,252,250); }
div.DivClassName
{
background-color: #DDFCFA;
}
.BgClassName
{
background-color: #DDFCFA;
}
</style>
border-color css
<style>
span { border-color: #DDFCFA; }
span { border-color: rgb(221,252,250); }
td.TdClassName
{
border-color: #DDFCFA;
}
.TagClassName
{
border-color: #DDFCFA;
}
</style>