#DDF6D7

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

Shades of Blue Romance #DDF6D7

Tints of Blue Romance #DDF6D7

Color information

#DDF6D7 (or 0xDDF6D7) is unknown color: approx Blue Romance. HEX triplet: DD, F6 and D7. RGB value is (221,246,215). Sum of RGB (Red+Green+Blue) = 221+246+215=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6D7 is #220928. Grayscale: #EBEBEB. Windows color (decimal): -2230569 or 14153437. OLE color: 14153437.

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

Color convert

RGB221246215-
CMYK0.1000.130.04
HSL108.39º63.27%90.39%-
HSV(B)108.39º12.6%96.47%-
XYZ75.0486.1976.97-
YUV234.99116.72118.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 246 (96.48% from 255) = 36.07%
BLUE value IS 215 (84.38% from 255) = 31.52%
R=32.40%
G=36.07%
B=31.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212462150.1000.130.04108.3963.2790.39
HexDDF6D7A0D46c3f5a
Octal33536632712015415477132
Binary11011101111101101101011110100110110011011001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF6D7; }

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

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

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

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

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

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

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

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