Shades of Light Cyan #DDFDFD
Tints of Light Cyan #DDFDFD
RGB
CMYK
RGB Variations
Color information
#DDFDFD (or 0xDDFDFD) is known color: Light Cyan. HEX triplet: DD, FD and FD. RGB value is (221,253,253). Sum of RGB (Red+Green+Blue) = 221+253+253=727 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.40% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #DDFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDFD is #220202. Grayscale: #F3F3F3. Windows color (decimal): -2228739 or 16645597. OLE color: 16645597.
HSL color Cylindrical-coordinate representation of color #DDFDFD: hue angle of 180º 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 #DDFDFD is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 253 | - |
CMYK | 0.13 | 0 | 0 | 0.01 |
HSL | 180º | 0.89% | 0.93% | - |
HSV(B) | 180º | 0.13% | 0.99% | - |
XYZ | 82.67 | 92.71 | 106.47 | - |
YUV | 243.43 | 133.4 | 112 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 253 | 0.13 | 0 | 0 | 0.01 | 180 | 0.89 | 0.93 |
Hex | DD | FD | FD | D | 0 | 0 | 1 | B4 | 59 | 5D |
Octal | 335 | 375 | 375 | 15 | 0 | 0 | 1 | 264 | 131 | 135 |
Binary | 11011101 | 11111101 | 11111101 | 1101 | 0 | 0 | 1 | 10110100 | 1011001 | 1011101 |
Color Harmonies of #DDFDFD
Complementary color
Monochromatic Colors of #DDFDFD
Black with #DDFDFD
Text Example
Text Example
White with #DDFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDFD; }
p { color: rgb(221,253,253); }
H1.HeaderClassName
{
color: #DDFDFD;
}
.AnyTagClassName
{
color: #DDFDFD;
}
</style>
background-color css
<style>
a { background-color: #DDFDFD; }
a { background-color: rgb(221,253,253); }
div.DivClassName
{
background-color: #DDFDFD;
}
.BgClassName
{
background-color: #DDFDFD;
}
</style>
border-color css
<style>
span { border-color: #DDFDFD; }
span { border-color: rgb(221,253,253); }
td.TdClassName
{
border-color: #DDFDFD;
}
.TagClassName
{
border-color: #DDFDFD;
}
</style>