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