Shades of Light Cyan #DDFAF6
Tints of Light Cyan #DDFAF6
RGB
CMYK
RGB Variations
Color information
#DDFAF6 (or 0xDDFAF6) is known color: Light Cyan. HEX triplet: DD, FA and F6. RGB value is (221,250,246). Sum of RGB (Red+Green+Blue) = 221+250+246=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF6 is #220509. Grayscale: #F0F0F0. Windows color (decimal): -2229514 or 16186077. OLE color: 16186077.
HSL color Cylindrical-coordinate representation of color #DDFAF6: hue angle of 171.72º 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 #DDFAF6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 246 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.02 |
| HSL | 171.72º | 0.74% | 0.92% | - |
| HSV(B) | 171.72º | 0.12% | 0.98% | - |
| XYZ | 80.64 | 90.4 | 100.39 | - |
| YUV | 240.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 246 | 0.12 | 0 | 0.02 | 0.02 | 171.72 | 0.74 | 0.92 |
| Hex | DD | FA | F6 | C | 0 | 2 | 2 | AC | 4A | 5C |
| Octal | 335 | 372 | 366 | 14 | 0 | 2 | 2 | 254 | 112 | 134 |
| Binary | 11011101 | 11111010 | 11110110 | 1100 | 0 | 10 | 10 | 10101100 | 1001010 | 1011100 |
Color Harmonies of #DDFAF6
Complementary color
Monochromatic Colors of #DDFAF6
Black with #DDFAF6
Text Example
Text Example
White with #DDFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAF6; }
p { color: rgb(221,250,246); }
H1.HeaderClassName
{
color: #DDFAF6;
}
.AnyTagClassName
{
color: #DDFAF6;
}
</style>
background-color css
<style>
a { background-color: #DDFAF6; }
a { background-color: rgb(221,250,246); }
div.DivClassName
{
background-color: #DDFAF6;
}
.BgClassName
{
background-color: #DDFAF6;
}
</style>
border-color css
<style>
span { border-color: #DDFAF6; }
span { border-color: rgb(221,250,246); }
td.TdClassName
{
border-color: #DDFAF6;
}
.TagClassName
{
border-color: #DDFAF6;
}
</style>