Shades of Light Cyan #DDFFF7
Tints of Light Cyan #DDFFF7
RGB
CMYK
RGB Variations
Color information
#DDFFF7 (or 0xDDFFF7) is known color: Light Cyan. HEX triplet: DD, FF and F7. RGB value is (221,255,247). Sum of RGB (Red+Green+Blue) = 221+255+247=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFF7 is #220008. Grayscale: #F3F3F3. Windows color (decimal): -2228233 or 16252893. OLE color: 16252893.
HSL color Cylindrical-coordinate representation of color #DDFFF7: hue angle of 165.88º 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 #DDFFF7 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 247 | - |
| CMYK | 0.13 | 0 | 0.03 | 0 |
| HSL | 165.88º | 1% | 0.93% | - |
| HSV(B) | 165.88º | 0.13% | 1% | - |
| XYZ | 82.37 | 93.61 | 101.72 | - |
| YUV | 243.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 247 | 0.13 | 0 | 0.03 | 0 | 165.88 | 1 | 0.93 |
| Hex | DD | FF | F7 | D | 0 | 3 | 0 | A6 | 64 | 5D |
| Octal | 335 | 377 | 367 | 15 | 0 | 3 | 0 | 246 | 144 | 135 |
| Binary | 11011101 | 11111111 | 11110111 | 1101 | 0 | 11 | 0 | 10100110 | 1100100 | 1011101 |
Color Harmonies of #DDFFF7
Complementary color
Monochromatic Colors of #DDFFF7
Black with #DDFFF7
Text Example
Text Example
White with #DDFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFF7; }
p { color: rgb(221,255,247); }
H1.HeaderClassName
{
color: #DDFFF7;
}
.AnyTagClassName
{
color: #DDFFF7;
}
</style>
background-color css
<style>
a { background-color: #DDFFF7; }
a { background-color: rgb(221,255,247); }
div.DivClassName
{
background-color: #DDFFF7;
}
.BgClassName
{
background-color: #DDFFF7;
}
</style>
border-color css
<style>
span { border-color: #DDFFF7; }
span { border-color: rgb(221,255,247); }
td.TdClassName
{
border-color: #DDFFF7;
}
.TagClassName
{
border-color: #DDFFF7;
}
</style>