Shades of Light Cyan #DDFFF8
Tints of Light Cyan #DDFFF8
RGB
CMYK
RGB Variations
Color information
#DDFFF8 (or 0xDDFFF8) is known color: Light Cyan. HEX triplet: DD, FF and F8. RGB value is (221,255,248). Sum of RGB (Red+Green+Blue) = 221+255+248=724 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.52% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFF8 is #220007. Grayscale: #F4F4F4. Windows color (decimal): -2228232 or 16318429. OLE color: 16318429.
HSL color Cylindrical-coordinate representation of color #DDFFF8: hue angle of 167.65º 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 #DDFFF8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 248 | - |
CMYK | 0.13 | 0 | 0.03 | 0 |
HSL | 167.65º | 1% | 0.93% | - |
HSV(B) | 167.65º | 0.13% | 1% | - |
XYZ | 82.52 | 93.67 | 102.54 | - |
YUV | 244.04 | 130.24 | 111.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 248 | 0.13 | 0 | 0.03 | 0 | 167.65 | 1 | 0.93 |
Hex | DD | FF | F8 | D | 0 | 3 | 0 | A8 | 64 | 5D |
Octal | 335 | 377 | 370 | 15 | 0 | 3 | 0 | 250 | 144 | 135 |
Binary | 11011101 | 11111111 | 11111000 | 1101 | 0 | 11 | 0 | 10101000 | 1100100 | 1011101 |
Color Harmonies of #DDFFF8
Complementary color
Monochromatic Colors of #DDFFF8
Black with #DDFFF8
Text Example
Text Example
White with #DDFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFF8; }
p { color: rgb(221,255,248); }
H1.HeaderClassName
{
color: #DDFFF8;
}
.AnyTagClassName
{
color: #DDFFF8;
}
</style>
background-color css
<style>
a { background-color: #DDFFF8; }
a { background-color: rgb(221,255,248); }
div.DivClassName
{
background-color: #DDFFF8;
}
.BgClassName
{
background-color: #DDFFF8;
}
</style>
border-color css
<style>
span { border-color: #DDFFF8; }
span { border-color: rgb(221,255,248); }
td.TdClassName
{
border-color: #DDFFF8;
}
.TagClassName
{
border-color: #DDFFF8;
}
</style>