Shades of Light Cyan #DDF9F8
Tints of Light Cyan #DDF9F8
RGB
CMYK
RGB Variations
Color information
#DDF9F8 (or 0xDDF9F8) is known color: Light Cyan. HEX triplet: DD, F9 and F8. RGB value is (221,249,248). Sum of RGB (Red+Green+Blue) = 221+249+248=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9F8 is #220607. Grayscale: #F0F0F0. Windows color (decimal): -2229768 or 16316893. OLE color: 16316893.
HSL color Cylindrical-coordinate representation of color #DDF9F8: hue angle of 177.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9F8 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 248 | - |
CMYK | 0.11 | 0 | 0.00 | 0.02 |
HSL | 177.86º | 0.7% | 0.92% | - |
HSV(B) | 177.86º | 0.11% | 0.98% | - |
XYZ | 80.64 | 89.9 | 101.91 | - |
YUV | 240.51 | 132.22 | 114.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 248 | 0.11 | 0 | 0.00 | 0.02 | 177.86 | 0.7 | 0.92 |
Hex | DD | F9 | F8 | B | 0 | 0 | 2 | B2 | 46 | 5C |
Octal | 335 | 371 | 370 | 13 | 0 | 0 | 2 | 262 | 106 | 134 |
Binary | 11011101 | 11111001 | 11111000 | 1011 | 0 | 0 | 10 | 10110010 | 1000110 | 1011100 |
Color Harmonies of #DDF9F8
Complementary color
Monochromatic Colors of #DDF9F8
Black with #DDF9F8
Text Example
Text Example
White with #DDF9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9F8; }
p { color: rgb(221,249,248); }
H1.HeaderClassName
{
color: #DDF9F8;
}
.AnyTagClassName
{
color: #DDF9F8;
}
</style>
background-color css
<style>
a { background-color: #DDF9F8; }
a { background-color: rgb(221,249,248); }
div.DivClassName
{
background-color: #DDF9F8;
}
.BgClassName
{
background-color: #DDF9F8;
}
</style>
border-color css
<style>
span { border-color: #DDF9F8; }
span { border-color: rgb(221,249,248); }
td.TdClassName
{
border-color: #DDF9F8;
}
.TagClassName
{
border-color: #DDF9F8;
}
</style>