Shades of Light Cyan #DDFAF9
Tints of Light Cyan #DDFAF9
RGB
CMYK
RGB Variations
Color information
#DDFAF9 (or 0xDDFAF9) is known color: Light Cyan. HEX triplet: DD, FA and F9. RGB value is (221,250,249). Sum of RGB (Red+Green+Blue) = 221+250+249=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF9 is #220506. Grayscale: #F1F1F1. Windows color (decimal): -2229511 or 16382685. OLE color: 16382685.
HSL color Cylindrical-coordinate representation of color #DDFAF9: hue angle of 177.93º 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 #DDFAF9 is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 249 | - |
CMYK | 0.12 | 0 | 0.00 | 0.02 |
HSL | 177.93º | 0.74% | 0.92% | - |
HSV(B) | 177.93º | 0.12% | 0.98% | - |
XYZ | 81.1 | 90.58 | 102.83 | - |
YUV | 241.22 | 132.39 | 113.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 249 | 0.12 | 0 | 0.00 | 0.02 | 177.93 | 0.74 | 0.92 |
Hex | DD | FA | F9 | C | 0 | 0 | 2 | B2 | 4A | 5C |
Octal | 335 | 372 | 371 | 14 | 0 | 0 | 2 | 262 | 112 | 134 |
Binary | 11011101 | 11111010 | 11111001 | 1100 | 0 | 0 | 10 | 10110010 | 1001010 | 1011100 |
Color Harmonies of #DDFAF9
Complementary color
Monochromatic Colors of #DDFAF9
Black with #DDFAF9
Text Example
Text Example
White with #DDFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAF9; }
p { color: rgb(221,250,249); }
H1.HeaderClassName
{
color: #DDFAF9;
}
.AnyTagClassName
{
color: #DDFAF9;
}
</style>
background-color css
<style>
a { background-color: #DDFAF9; }
a { background-color: rgb(221,250,249); }
div.DivClassName
{
background-color: #DDFAF9;
}
.BgClassName
{
background-color: #DDFAF9;
}
</style>
border-color css
<style>
span { border-color: #DDFAF9; }
span { border-color: rgb(221,250,249); }
td.TdClassName
{
border-color: #DDFAF9;
}
.TagClassName
{
border-color: #DDFAF9;
}
</style>