Shades of Light Cyan #DDFFFF
Tints of Light Cyan #DDFFFF
RGB
CMYK
RGB Variations
Color information
#DDFFFF (or 0xDDFFFF) is known color: Light Cyan. HEX triplet: DD, FF and FF. RGB value is (221,255,255). Sum of RGB (Red+Green+Blue) = 221+255+255=731 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.23% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #DDFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFFF is #220000. Grayscale: #F4F4F4. Windows color (decimal): -2228225 or 16777181. OLE color: 16777181.
HSL color Cylindrical-coordinate representation of color #DDFFFF: hue angle of 180º 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 #DDFFFF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 255 | - |
CMYK | 0.13 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.93% | - |
HSV(B) | 180º | 0.13% | 1% | - |
XYZ | 83.63 | 94.11 | 108.37 | - |
YUV | 244.83 | 133.74 | 111 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 255 | 0.13 | 0 | 0 | 0 | 180 | 1 | 0.93 |
Hex | DD | FF | FF | D | 0 | 0 | 0 | B4 | 64 | 5D |
Octal | 335 | 377 | 377 | 15 | 0 | 0 | 0 | 264 | 144 | 135 |
Binary | 11011101 | 11111111 | 11111111 | 1101 | 0 | 0 | 0 | 10110100 | 1100100 | 1011101 |
Color Harmonies of #DDFFFF
Complementary color
Monochromatic Colors of #DDFFFF
Black with #DDFFFF
Text Example
Text Example
White with #DDFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFFF; }
p { color: rgb(221,255,255); }
H1.HeaderClassName
{
color: #DDFFFF;
}
.AnyTagClassName
{
color: #DDFFFF;
}
</style>
background-color css
<style>
a { background-color: #DDFFFF; }
a { background-color: rgb(221,255,255); }
div.DivClassName
{
background-color: #DDFFFF;
}
.BgClassName
{
background-color: #DDFFFF;
}
</style>
border-color css
<style>
span { border-color: #DDFFFF; }
span { border-color: rgb(221,255,255); }
td.TdClassName
{
border-color: #DDFFFF;
}
.TagClassName
{
border-color: #DDFFFF;
}
</style>