Shades of Light Cyan #DDFCFD
Tints of Light Cyan #DDFCFD
RGB
CMYK
RGB Variations
Color information
#DDFCFD (or 0xDDFCFD) is known color: Light Cyan. HEX triplet: DD, FC and FD. RGB value is (221,252,253). Sum of RGB (Red+Green+Blue) = 221+252+253=726 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.44% from 726); Green value is 252 (98.83% from 255 or 34.71% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCFD is #220302. Grayscale: #F2F2F2. Windows color (decimal): -2228995 or 16645341. OLE color: 16645341.
HSL color Cylindrical-coordinate representation of color #DDFCFD: hue angle of 181.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFCFD is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 253 | - |
CMYK | 0.13 | 0.00 | 0 | 0.01 |
HSL | 181.88º | 0.89% | 0.93% | - |
HSV(B) | 181.88º | 0.13% | 0.99% | - |
XYZ | 82.36 | 92.08 | 106.36 | - |
YUV | 242.85 | 133.73 | 112.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 253 | 0.13 | 0.00 | 0 | 0.01 | 181.88 | 0.89 | 0.93 |
Hex | DD | FC | FD | D | 0 | 0 | 1 | B6 | 59 | 5D |
Octal | 335 | 374 | 375 | 15 | 0 | 0 | 1 | 266 | 131 | 135 |
Binary | 11011101 | 11111100 | 11111101 | 1101 | 0 | 0 | 1 | 10110110 | 1011001 | 1011101 |
Color Harmonies of #DDFCFD
Complementary color
Monochromatic Colors of #DDFCFD
Black with #DDFCFD
Text Example
Text Example
White with #DDFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCFD; }
p { color: rgb(221,252,253); }
H1.HeaderClassName
{
color: #DDFCFD;
}
.AnyTagClassName
{
color: #DDFCFD;
}
</style>
background-color css
<style>
a { background-color: #DDFCFD; }
a { background-color: rgb(221,252,253); }
div.DivClassName
{
background-color: #DDFCFD;
}
.BgClassName
{
background-color: #DDFCFD;
}
</style>
border-color css
<style>
span { border-color: #DDFCFD; }
span { border-color: rgb(221,252,253); }
td.TdClassName
{
border-color: #DDFCFD;
}
.TagClassName
{
border-color: #DDFCFD;
}
</style>