Shades of Light Cyan #DDFEFB
Tints of Light Cyan #DDFEFB
RGB
CMYK
RGB Variations
Color information
#DDFEFB (or 0xDDFEFB) is known color: Light Cyan. HEX triplet: DD, FE and FB. RGB value is (221,254,251). Sum of RGB (Red+Green+Blue) = 221+254+251=726 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.44% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEFB is #220104. Grayscale: #F3F3F3. Windows color (decimal): -2228485 or 16514781. OLE color: 16514781.
HSL color Cylindrical-coordinate representation of color #DDFEFB: hue angle of 174.55º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEFB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 251 | - |
CMYK | 0.13 | 0 | 0.01 | 0.00 |
HSL | 174.55º | 0.94% | 0.93% | - |
HSV(B) | 174.55º | 0.13% | 1% | - |
XYZ | 82.67 | 93.22 | 104.9 | - |
YUV | 243.79 | 132.07 | 111.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 251 | 0.13 | 0 | 0.01 | 0.00 | 174.55 | 0.94 | 0.93 |
Hex | DD | FE | FB | D | 0 | 1 | 0 | AF | 5E | 5D |
Octal | 335 | 376 | 373 | 15 | 0 | 1 | 0 | 257 | 136 | 135 |
Binary | 11011101 | 11111110 | 11111011 | 1101 | 0 | 1 | 0 | 10101111 | 1011110 | 1011101 |
Color Harmonies of #DDFEFB
Complementary color
Monochromatic Colors of #DDFEFB
Black with #DDFEFB
Text Example
Text Example
White with #DDFEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEFB; }
p { color: rgb(221,254,251); }
H1.HeaderClassName
{
color: #DDFEFB;
}
.AnyTagClassName
{
color: #DDFEFB;
}
</style>
background-color css
<style>
a { background-color: #DDFEFB; }
a { background-color: rgb(221,254,251); }
div.DivClassName
{
background-color: #DDFEFB;
}
.BgClassName
{
background-color: #DDFEFB;
}
</style>
border-color css
<style>
span { border-color: #DDFEFB; }
span { border-color: rgb(221,254,251); }
td.TdClassName
{
border-color: #DDFEFB;
}
.TagClassName
{
border-color: #DDFEFB;
}
</style>