Shades of Light Cyan #DDFCFF
Tints of Light Cyan #DDFCFF
RGB
CMYK
RGB Variations
Color information
#DDFCFF (or 0xDDFCFF) is known color: Light Cyan. HEX triplet: DD, FC and FF. RGB value is (221,252,255). Sum of RGB (Red+Green+Blue) = 221+252+255=728 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.36% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCFF is #220300. Grayscale: #F3F3F3. Windows color (decimal): -2228993 or 16776413. OLE color: 16776413.
HSL color Cylindrical-coordinate representation of color #DDFCFF: hue angle of 185.29º 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 #DDFCFF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 252 | 255 | - |
CMYK | 0.13 | 0.01 | 0 | 0 |
HSL | 185.29º | 1% | 0.93% | - |
HSV(B) | 185.29º | 0.13% | 1% | - |
XYZ | 82.68 | 92.21 | 108.05 | - |
YUV | 243.07 | 134.73 | 112.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 255 | 0.13 | 0.01 | 0 | 0 | 185.29 | 1 | 0.93 |
Hex | DD | FC | FF | D | 1 | 0 | 0 | B9 | 64 | 5D |
Octal | 335 | 374 | 377 | 15 | 1 | 0 | 0 | 271 | 144 | 135 |
Binary | 11011101 | 11111100 | 11111111 | 1101 | 1 | 0 | 0 | 10111001 | 1100100 | 1011101 |
Color Harmonies of #DDFCFF
Complementary color
Monochromatic Colors of #DDFCFF
Black with #DDFCFF
Text Example
Text Example
White with #DDFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCFF; }
p { color: rgb(221,252,255); }
H1.HeaderClassName
{
color: #DDFCFF;
}
.AnyTagClassName
{
color: #DDFCFF;
}
</style>
background-color css
<style>
a { background-color: #DDFCFF; }
a { background-color: rgb(221,252,255); }
div.DivClassName
{
background-color: #DDFCFF;
}
.BgClassName
{
background-color: #DDFCFF;
}
</style>
border-color css
<style>
span { border-color: #DDFCFF; }
span { border-color: rgb(221,252,255); }
td.TdClassName
{
border-color: #DDFCFF;
}
.TagClassName
{
border-color: #DDFCFF;
}
</style>