#DDF6D8

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

Shades of Blue Romance #DDF6D8

Tints of Blue Romance #DDF6D8

Color information

#DDF6D8 (or 0xDDF6D8) is unknown color: approx Blue Romance. HEX triplet: DD, F6 and D8. RGB value is (221,246,216). Sum of RGB (Red+Green+Blue) = 221+246+216=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6D8 is #220927. Grayscale: #EBEBEB. Windows color (decimal): -2230568 or 14218973. OLE color: 14218973.

HSL color Cylindrical-coordinate representation of color #DDF6D8: hue angle of 110º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF6D8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB221246216-
CMYK0.1000.120.04
HSL110º62.5%90.59%-
HSV(B)110º12.2%96.47%-
XYZ75.1786.2477.65-
YUV235.1117.22117.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 246 (96.48% from 255) = 36.02%
BLUE value IS 216 (84.77% from 255) = 31.63%
R=32.36%
G=36.02%
B=31.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212462160.1000.120.0411062.590.59
HexDDF6D8A0C46e3e5b
Octal33536633012014415676133
Binary11011101111101101101100010100110010011011101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF6D8; }

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

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

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

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

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

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

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

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