Shades of Light Cyan #DDF2F5
Tints of Light Cyan #DDF2F5
RGB
CMYK
RGB Variations
Color information
#DDF2F5 (or 0xDDF2F5) is known color: Light Cyan. HEX triplet: DD, F2 and F5. RGB value is (221,242,245). Sum of RGB (Red+Green+Blue) = 221+242+245=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDF2F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F5 is #220D0A. Grayscale: #ECECEC. Windows color (decimal): -2231563 or 16118493. OLE color: 16118493.
HSL color Cylindrical-coordinate representation of color #DDF2F5: hue angle of 187.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF2F5 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 242 | 245 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.04 |
| HSL | 187.5º | 0.55% | 0.91% | - |
| HSV(B) | 187.5º | 0.1% | 0.96% | - |
| XYZ | 78.05 | 85.47 | 98.77 | - |
| YUV | 236.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 245 | 0.10 | 0.01 | 0 | 0.04 | 187.5 | 0.55 | 0.91 |
| Hex | DD | F2 | F5 | A | 1 | 0 | 4 | BC | 37 | 5B |
| Octal | 335 | 362 | 365 | 12 | 1 | 0 | 4 | 274 | 67 | 133 |
| Binary | 11011101 | 11110010 | 11110101 | 1010 | 1 | 0 | 100 | 10111100 | 110111 | 1011011 |
Color Harmonies of #DDF2F5
Complementary color
Monochromatic Colors of #DDF2F5
Black with #DDF2F5
Text Example
Text Example
White with #DDF2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2F5; }
p { color: rgb(221,242,245); }
H1.HeaderClassName
{
color: #DDF2F5;
}
.AnyTagClassName
{
color: #DDF2F5;
}
</style>
background-color css
<style>
a { background-color: #DDF2F5; }
a { background-color: rgb(221,242,245); }
div.DivClassName
{
background-color: #DDF2F5;
}
.BgClassName
{
background-color: #DDF2F5;
}
</style>
border-color css
<style>
span { border-color: #DDF2F5; }
span { border-color: rgb(221,242,245); }
td.TdClassName
{
border-color: #DDF2F5;
}
.TagClassName
{
border-color: #DDF2F5;
}
</style>