Shades of Light Cyan #DDFBFD
Tints of Light Cyan #DDFBFD
RGB
CMYK
RGB Variations
Color information
#DDFBFD (or 0xDDFBFD) is known color: Light Cyan. HEX triplet: DD, FB and FD. RGB value is (221,251,253). Sum of RGB (Red+Green+Blue) = 221+251+253=725 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.48% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBFD is #220402. Grayscale: #F2F2F2. Windows color (decimal): -2229251 or 16645085. OLE color: 16645085.
HSL color Cylindrical-coordinate representation of color #DDFBFD: hue angle of 183.75º 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 #DDFBFD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 251 | 253 | - |
CMYK | 0.13 | 0.01 | 0 | 0.01 |
HSL | 183.75º | 0.89% | 0.93% | - |
HSV(B) | 183.75º | 0.13% | 0.99% | - |
XYZ | 82.05 | 91.46 | 106.26 | - |
YUV | 242.26 | 134.06 | 112.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 253 | 0.13 | 0.01 | 0 | 0.01 | 183.75 | 0.89 | 0.93 |
Hex | DD | FB | FD | D | 1 | 0 | 1 | B8 | 59 | 5D |
Octal | 335 | 373 | 375 | 15 | 1 | 0 | 1 | 270 | 131 | 135 |
Binary | 11011101 | 11111011 | 11111101 | 1101 | 1 | 0 | 1 | 10111000 | 1011001 | 1011101 |
Color Harmonies of #DDFBFD
Complementary color
Monochromatic Colors of #DDFBFD
Black with #DDFBFD
Text Example
Text Example
White with #DDFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBFD; }
p { color: rgb(221,251,253); }
H1.HeaderClassName
{
color: #DDFBFD;
}
.AnyTagClassName
{
color: #DDFBFD;
}
</style>
background-color css
<style>
a { background-color: #DDFBFD; }
a { background-color: rgb(221,251,253); }
div.DivClassName
{
background-color: #DDFBFD;
}
.BgClassName
{
background-color: #DDFBFD;
}
</style>
border-color css
<style>
span { border-color: #DDFBFD; }
span { border-color: rgb(221,251,253); }
td.TdClassName
{
border-color: #DDFBFD;
}
.TagClassName
{
border-color: #DDFBFD;
}
</style>