Shades of Light Cyan #DDFBFF
Tints of Light Cyan #DDFBFF
RGB
CMYK
RGB Variations
Color information
#DDFBFF (or 0xDDFBFF) is known color: Light Cyan. HEX triplet: DD, FB and FF. RGB value is (221,251,255). Sum of RGB (Red+Green+Blue) = 221+251+255=727 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.40% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBFF is #220400. Grayscale: #F2F2F2. Windows color (decimal): -2229249 or 16776157. OLE color: 16776157.
HSL color Cylindrical-coordinate representation of color #DDFBFF: hue angle of 187.06º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFBFF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 251 | 255 | - |
| CMYK | 0.13 | 0.02 | 0 | 0 |
| HSL | 187.06º | 1% | 0.93% | - |
| HSV(B) | 187.06º | 0.13% | 1% | - |
| XYZ | 82.37 | 91.59 | 107.94 | - |
| YUV | 242.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 255 | 0.13 | 0.02 | 0 | 0 | 187.06 | 1 | 0.93 |
| Hex | DD | FB | FF | D | 2 | 0 | 0 | BB | 64 | 5D |
| Octal | 335 | 373 | 377 | 15 | 2 | 0 | 0 | 273 | 144 | 135 |
| Binary | 11011101 | 11111011 | 11111111 | 1101 | 10 | 0 | 0 | 10111011 | 1100100 | 1011101 |
Color Harmonies of #DDFBFF
Complementary color
Monochromatic Colors of #DDFBFF
Black with #DDFBFF
Text Example
Text Example
White with #DDFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBFF; }
p { color: rgb(221,251,255); }
H1.HeaderClassName
{
color: #DDFBFF;
}
.AnyTagClassName
{
color: #DDFBFF;
}
</style>
background-color css
<style>
a { background-color: #DDFBFF; }
a { background-color: rgb(221,251,255); }
div.DivClassName
{
background-color: #DDFBFF;
}
.BgClassName
{
background-color: #DDFBFF;
}
</style>
border-color css
<style>
span { border-color: #DDFBFF; }
span { border-color: rgb(221,251,255); }
td.TdClassName
{
border-color: #DDFBFF;
}
.TagClassName
{
border-color: #DDFBFF;
}
</style>