#DDF7D8

Color #DDF7D8 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #DDF7D8

Tints of Blue Romance #DDF7D8

Color information

#DDF7D8 (or 0xDDF7D8) is unknown color: approx Blue Romance. HEX triplet: DD, F7 and D8. RGB value is (221,247,216). Sum of RGB (Red+Green+Blue) = 221+247+216=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7D8 is #220827. Grayscale: #EBEBEB. Windows color (decimal): -2230312 or 14219229. OLE color: 14219229.

HSL color Cylindrical-coordinate representation of color #DDF7D8: hue angle of 110.32º degrees, saturation: 0.66, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF7D8 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB221247216-
CMYK0.1100.130.03
HSL110.32º65.96%90.78%-
HSV(B)110.32º12.55%96.86%-
XYZ75.4786.8577.75-
YUV235.69116.89117.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 216 (84.77% from 255) = 31.58%
R=32.31%
G=36.11%
B=31.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212472160.1100.130.03110.3265.9690.78
HexDDF7D8B0D36e425b
Octal335367330130153156102133
Binary11011101111101111101100010110110111110111010000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7D8; }

 p { color: rgb(221,247,216); }

 H1.HeaderClassName
 {
   color: #DDF7D8;
 }
 .AnyTagClassName
 {
   color: #DDF7D8;
 }
</style>
background-color css

<style>
 a { background-color: #DDF7D8; }

 a { background-color: rgb(221,247,216); }

 div.DivClassName
 {
   background-color: #DDF7D8;
 }
 .BgClassName
 {
   background-color: #DDF7D8;
 }
</style>
border-color css

<style>
 span { border-color: #DDF7D8; }

 span { border-color: rgb(221,247,216); }

 td.TdClassName
 {
   border-color: #DDF7D8;
 }
 .TagClassName
 {
   border-color: #DDF7D8;
 }
</style>