Shades of Light Cyan #DDFAFF
Tints of Light Cyan #DDFAFF
RGB
CMYK
RGB Variations
Color information
#DDFAFF (or 0xDDFAFF) is known color: Light Cyan. HEX triplet: DD, FA and FF. RGB value is (221,250,255). Sum of RGB (Red+Green+Blue) = 221+250+255=726 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.44% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAFF is #220500. Grayscale: #F1F1F1. Windows color (decimal): -2229505 or 16775901. OLE color: 16775901.
HSL color Cylindrical-coordinate representation of color #DDFAFF: hue angle of 188.82º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFAFF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 250 | 255 | - |
CMYK | 0.13 | 0.02 | 0 | 0 |
HSL | 188.82º | 1% | 0.93% | - |
HSV(B) | 188.82º | 0.13% | 1% | - |
XYZ | 82.05 | 90.96 | 107.84 | - |
YUV | 241.9 | 135.39 | 113.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 255 | 0.13 | 0.02 | 0 | 0 | 188.82 | 1 | 0.93 |
Hex | DD | FA | FF | D | 2 | 0 | 0 | BD | 64 | 5D |
Octal | 335 | 372 | 377 | 15 | 2 | 0 | 0 | 275 | 144 | 135 |
Binary | 11011101 | 11111010 | 11111111 | 1101 | 10 | 0 | 0 | 10111101 | 1100100 | 1011101 |
Color Harmonies of #DDFAFF
Complementary color
Monochromatic Colors of #DDFAFF
Black with #DDFAFF
Text Example
Text Example
White with #DDFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAFF; }
p { color: rgb(221,250,255); }
H1.HeaderClassName
{
color: #DDFAFF;
}
.AnyTagClassName
{
color: #DDFAFF;
}
</style>
background-color css
<style>
a { background-color: #DDFAFF; }
a { background-color: rgb(221,250,255); }
div.DivClassName
{
background-color: #DDFAFF;
}
.BgClassName
{
background-color: #DDFAFF;
}
</style>
border-color css
<style>
span { border-color: #DDFAFF; }
span { border-color: rgb(221,250,255); }
td.TdClassName
{
border-color: #DDFAFF;
}
.TagClassName
{
border-color: #DDFAFF;
}
</style>