Shades of Light Cyan #DDFFFE
Tints of Light Cyan #DDFFFE
RGB
CMYK
RGB Variations
Color information
#DDFFFE (or 0xDDFFFE) is known color: Light Cyan. HEX triplet: DD, FF and FE. RGB value is (221,255,254). Sum of RGB (Red+Green+Blue) = 221+255+254=730 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.27% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFFE is #220001. Grayscale: #F4F4F4. Windows color (decimal): -2228226 or 16711645. OLE color: 16711645.
HSL color Cylindrical-coordinate representation of color #DDFFFE: hue angle of 178.24º 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 #DDFFFE is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 254 | - |
CMYK | 0.13 | 0 | 0.00 | 0 |
HSL | 178.24º | 1% | 0.93% | - |
HSV(B) | 178.24º | 0.13% | 1% | - |
XYZ | 83.47 | 94.05 | 107.52 | - |
YUV | 244.72 | 133.24 | 111.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 254 | 0.13 | 0 | 0.00 | 0 | 178.24 | 1 | 0.93 |
Hex | DD | FF | FE | D | 0 | 0 | 0 | B2 | 64 | 5D |
Octal | 335 | 377 | 376 | 15 | 0 | 0 | 0 | 262 | 144 | 135 |
Binary | 11011101 | 11111111 | 11111110 | 1101 | 0 | 0 | 0 | 10110010 | 1100100 | 1011101 |
Color Harmonies of #DDFFFE
Complementary color
Monochromatic Colors of #DDFFFE
Black with #DDFFFE
Text Example
Text Example
White with #DDFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFFE; }
p { color: rgb(221,255,254); }
H1.HeaderClassName
{
color: #DDFFFE;
}
.AnyTagClassName
{
color: #DDFFFE;
}
</style>
background-color css
<style>
a { background-color: #DDFFFE; }
a { background-color: rgb(221,255,254); }
div.DivClassName
{
background-color: #DDFFFE;
}
.BgClassName
{
background-color: #DDFFFE;
}
</style>
border-color css
<style>
span { border-color: #DDFFFE; }
span { border-color: rgb(221,255,254); }
td.TdClassName
{
border-color: #DDFFFE;
}
.TagClassName
{
border-color: #DDFFFE;
}
</style>