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