Shades of Light Cyan #DDFAFA
Tints of Light Cyan #DDFAFA
RGB
CMYK
RGB Variations
Color information
#DDFAFA (or 0xDDFAFA) is known color: Light Cyan. HEX triplet: DD, FA and FA. RGB value is (221,250,250). Sum of RGB (Red+Green+Blue) = 221+250+250=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #DDFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAFA is #220505. Grayscale: #F1F1F1. Windows color (decimal): -2229510 or 16448221. OLE color: 16448221.
HSL color Cylindrical-coordinate representation of color #DDFAFA: hue angle of 180º 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 #DDFAFA is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 250 | - |
| CMYK | 0.12 | 0 | 0 | 0.02 |
| HSL | 180º | 0.74% | 0.92% | - |
| HSV(B) | 180º | 0.12% | 0.98% | - |
| XYZ | 81.26 | 90.65 | 103.66 | - |
| YUV | 241.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 250 | 0.12 | 0 | 0 | 0.02 | 180 | 0.74 | 0.92 |
| Hex | DD | FA | FA | C | 0 | 0 | 2 | B4 | 4A | 5C |
| Octal | 335 | 372 | 372 | 14 | 0 | 0 | 2 | 264 | 112 | 134 |
| Binary | 11011101 | 11111010 | 11111010 | 1100 | 0 | 0 | 10 | 10110100 | 1001010 | 1011100 |
Color Harmonies of #DDFAFA
Complementary color
Monochromatic Colors of #DDFAFA
Black with #DDFAFA
Text Example
Text Example
White with #DDFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAFA; }
p { color: rgb(221,250,250); }
H1.HeaderClassName
{
color: #DDFAFA;
}
.AnyTagClassName
{
color: #DDFAFA;
}
</style>
background-color css
<style>
a { background-color: #DDFAFA; }
a { background-color: rgb(221,250,250); }
div.DivClassName
{
background-color: #DDFAFA;
}
.BgClassName
{
background-color: #DDFAFA;
}
</style>
border-color css
<style>
span { border-color: #DDFAFA; }
span { border-color: rgb(221,250,250); }
td.TdClassName
{
border-color: #DDFAFA;
}
.TagClassName
{
border-color: #DDFAFA;
}
</style>