Shades of Light Cyan #DDFAF5
Tints of Light Cyan #DDFAF5
RGB
CMYK
RGB Variations
Color information
#DDFAF5 (or 0xDDFAF5) is known color: Light Cyan. HEX triplet: DD, FA and F5. RGB value is (221,250,245). Sum of RGB (Red+Green+Blue) = 221+250+245=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF5 is #22050A. Grayscale: #F0F0F0. Windows color (decimal): -2229515 or 16120541. OLE color: 16120541.
HSL color Cylindrical-coordinate representation of color #DDFAF5: hue angle of 169.66º 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 #DDFAF5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 245 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.02 |
| HSL | 169.66º | 0.74% | 0.92% | - |
| HSV(B) | 169.66º | 0.12% | 0.98% | - |
| XYZ | 80.49 | 90.34 | 99.58 | - |
| YUV | 240.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 245 | 0.12 | 0 | 0.02 | 0.02 | 169.66 | 0.74 | 0.92 |
| Hex | DD | FA | F5 | C | 0 | 2 | 2 | AA | 4A | 5C |
| Octal | 335 | 372 | 365 | 14 | 0 | 2 | 2 | 252 | 112 | 134 |
| Binary | 11011101 | 11111010 | 11110101 | 1100 | 0 | 10 | 10 | 10101010 | 1001010 | 1011100 |
Color Harmonies of #DDFAF5
Complementary color
Monochromatic Colors of #DDFAF5
Black with #DDFAF5
Text Example
Text Example
White with #DDFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAF5; }
p { color: rgb(221,250,245); }
H1.HeaderClassName
{
color: #DDFAF5;
}
.AnyTagClassName
{
color: #DDFAF5;
}
</style>
background-color css
<style>
a { background-color: #DDFAF5; }
a { background-color: rgb(221,250,245); }
div.DivClassName
{
background-color: #DDFAF5;
}
.BgClassName
{
background-color: #DDFAF5;
}
</style>
border-color css
<style>
span { border-color: #DDFAF5; }
span { border-color: rgb(221,250,245); }
td.TdClassName
{
border-color: #DDFAF5;
}
.TagClassName
{
border-color: #DDFAF5;
}
</style>