Shades of Light Cyan #DDFFFD
Tints of Light Cyan #DDFFFD
RGB
CMYK
RGB Variations
Color information
#DDFFFD (or 0xDDFFFD) is known color: Light Cyan. HEX triplet: DD, FF and FD. RGB value is (221,255,253). Sum of RGB (Red+Green+Blue) = 221+255+253=729 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.32% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFFD is #220002. Grayscale: #F4F4F4. Windows color (decimal): -2228227 or 16646109. OLE color: 16646109.
HSL color Cylindrical-coordinate representation of color #DDFFFD: hue angle of 176.47º 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 #DDFFFD is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 253 | - |
CMYK | 0.13 | 0 | 0.01 | 0 |
HSL | 176.47º | 1% | 0.93% | - |
HSV(B) | 176.47º | 0.13% | 1% | - |
XYZ | 83.31 | 93.98 | 106.68 | - |
YUV | 244.61 | 132.74 | 111.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 253 | 0.13 | 0 | 0.01 | 0 | 176.47 | 1 | 0.93 |
Hex | DD | FF | FD | D | 0 | 1 | 0 | B0 | 64 | 5D |
Octal | 335 | 377 | 375 | 15 | 0 | 1 | 0 | 260 | 144 | 135 |
Binary | 11011101 | 11111111 | 11111101 | 1101 | 0 | 1 | 0 | 10110000 | 1100100 | 1011101 |
Color Harmonies of #DDFFFD
Complementary color
Monochromatic Colors of #DDFFFD
Black with #DDFFFD
Text Example
Text Example
White with #DDFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFFD; }
p { color: rgb(221,255,253); }
H1.HeaderClassName
{
color: #DDFFFD;
}
.AnyTagClassName
{
color: #DDFFFD;
}
</style>
background-color css
<style>
a { background-color: #DDFFFD; }
a { background-color: rgb(221,255,253); }
div.DivClassName
{
background-color: #DDFFFD;
}
.BgClassName
{
background-color: #DDFFFD;
}
</style>
border-color css
<style>
span { border-color: #DDFFFD; }
span { border-color: rgb(221,255,253); }
td.TdClassName
{
border-color: #DDFFFD;
}
.TagClassName
{
border-color: #DDFFFD;
}
</style>