Shades of Light Cyan #DDF5FD
Tints of Light Cyan #DDF5FD
RGB
CMYK
RGB Variations
Color information
#DDF5FD (or 0xDDF5FD) is known color: Light Cyan. HEX triplet: DD, F5 and FD. RGB value is (221,245,253). Sum of RGB (Red+Green+Blue) = 221+245+253=719 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.74% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5FD is #220A02. Grayscale: #EEEEEE. Windows color (decimal): -2230787 or 16643549. OLE color: 16643549.
HSL color Cylindrical-coordinate representation of color #DDF5FD: hue angle of 195º 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 #DDF5FD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 245 | 253 | - |
CMYK | 0.13 | 0.03 | 0 | 0.01 |
HSL | 195º | 0.89% | 0.93% | - |
HSV(B) | 195º | 0.13% | 0.99% | - |
XYZ | 80.2 | 87.77 | 105.64 | - |
YUV | 238.74 | 136.05 | 115.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 253 | 0.13 | 0.03 | 0 | 0.01 | 195 | 0.89 | 0.93 |
Hex | DD | F5 | FD | D | 3 | 0 | 1 | C3 | 59 | 5D |
Octal | 335 | 365 | 375 | 15 | 3 | 0 | 1 | 303 | 131 | 135 |
Binary | 11011101 | 11110101 | 11111101 | 1101 | 11 | 0 | 1 | 11000011 | 1011001 | 1011101 |
Color Harmonies of #DDF5FD
Complementary color
Monochromatic Colors of #DDF5FD
Black with #DDF5FD
Text Example
Text Example
White with #DDF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5FD; }
p { color: rgb(221,245,253); }
H1.HeaderClassName
{
color: #DDF5FD;
}
.AnyTagClassName
{
color: #DDF5FD;
}
</style>
background-color css
<style>
a { background-color: #DDF5FD; }
a { background-color: rgb(221,245,253); }
div.DivClassName
{
background-color: #DDF5FD;
}
.BgClassName
{
background-color: #DDF5FD;
}
</style>
border-color css
<style>
span { border-color: #DDF5FD; }
span { border-color: rgb(221,245,253); }
td.TdClassName
{
border-color: #DDF5FD;
}
.TagClassName
{
border-color: #DDF5FD;
}
</style>