Shades of Light Cyan #DDFAFB
Tints of Light Cyan #DDFAFB
RGB
CMYK
RGB Variations
Color information
#DDFAFB (or 0xDDFAFB) is known color: Light Cyan. HEX triplet: DD, FA and FB. RGB value is (221,250,251). Sum of RGB (Red+Green+Blue) = 221+250+251=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDFAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAFB is #220504. Grayscale: #F1F1F1. Windows color (decimal): -2229509 or 16513757. OLE color: 16513757.
HSL color Cylindrical-coordinate representation of color #DDFAFB: hue angle of 182º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAFB is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 251 | - |
CMYK | 0.12 | 0.00 | 0 | 0.02 |
HSL | 182º | 0.79% | 0.93% | - |
HSV(B) | 182º | 0.12% | 0.98% | - |
XYZ | 81.42 | 90.71 | 104.48 | - |
YUV | 241.44 | 133.39 | 113.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 251 | 0.12 | 0.00 | 0 | 0.02 | 182 | 0.79 | 0.93 |
Hex | DD | FA | FB | C | 0 | 0 | 2 | B6 | 4F | 5D |
Octal | 335 | 372 | 373 | 14 | 0 | 0 | 2 | 266 | 117 | 135 |
Binary | 11011101 | 11111010 | 11111011 | 1100 | 0 | 0 | 10 | 10110110 | 1001111 | 1011101 |
Color Harmonies of #DDFAFB
Complementary color
Monochromatic Colors of #DDFAFB
Black with #DDFAFB
Text Example
Text Example
White with #DDFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAFB; }
p { color: rgb(221,250,251); }
H1.HeaderClassName
{
color: #DDFAFB;
}
.AnyTagClassName
{
color: #DDFAFB;
}
</style>
background-color css
<style>
a { background-color: #DDFAFB; }
a { background-color: rgb(221,250,251); }
div.DivClassName
{
background-color: #DDFAFB;
}
.BgClassName
{
background-color: #DDFAFB;
}
</style>
border-color css
<style>
span { border-color: #DDFAFB; }
span { border-color: rgb(221,250,251); }
td.TdClassName
{
border-color: #DDFAFB;
}
.TagClassName
{
border-color: #DDFAFB;
}
</style>