Shades of Light Cyan #DDFDFB
Tints of Light Cyan #DDFDFB
RGB
CMYK
RGB Variations
Color information
#DDFDFB (or 0xDDFDFB) is known color: Light Cyan. HEX triplet: DD, FD and FB. RGB value is (221,253,251). Sum of RGB (Red+Green+Blue) = 221+253+251=725 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.48% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDFB is #220204. Grayscale: #F3F3F3. Windows color (decimal): -2228741 or 16514525. OLE color: 16514525.
HSL color Cylindrical-coordinate representation of color #DDFDFB: hue angle of 176.25º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDFB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 251 | - |
CMYK | 0.13 | 0 | 0.01 | 0.01 |
HSL | 176.25º | 0.89% | 0.93% | - |
HSV(B) | 176.25º | 0.13% | 0.99% | - |
XYZ | 82.36 | 92.59 | 104.8 | - |
YUV | 243.2 | 132.4 | 112.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 251 | 0.13 | 0 | 0.01 | 0.01 | 176.25 | 0.89 | 0.93 |
Hex | DD | FD | FB | D | 0 | 1 | 1 | B0 | 59 | 5D |
Octal | 335 | 375 | 373 | 15 | 0 | 1 | 1 | 260 | 131 | 135 |
Binary | 11011101 | 11111101 | 11111011 | 1101 | 0 | 1 | 1 | 10110000 | 1011001 | 1011101 |
Color Harmonies of #DDFDFB
Complementary color
Monochromatic Colors of #DDFDFB
Black with #DDFDFB
Text Example
Text Example
White with #DDFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDFB; }
p { color: rgb(221,253,251); }
H1.HeaderClassName
{
color: #DDFDFB;
}
.AnyTagClassName
{
color: #DDFDFB;
}
</style>
background-color css
<style>
a { background-color: #DDFDFB; }
a { background-color: rgb(221,253,251); }
div.DivClassName
{
background-color: #DDFDFB;
}
.BgClassName
{
background-color: #DDFDFB;
}
</style>
border-color css
<style>
span { border-color: #DDFDFB; }
span { border-color: rgb(221,253,251); }
td.TdClassName
{
border-color: #DDFDFB;
}
.TagClassName
{
border-color: #DDFDFB;
}
</style>