#DDF2D7

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

Shades of Blue Romance #DDF2D7

Tints of Blue Romance #DDF2D7

Color information

#DDF2D7 (or 0xDDF2D7) is unknown color: approx Blue Romance. HEX triplet: DD, F2 and D7. RGB value is (221,242,215). Sum of RGB (Red+Green+Blue) = 221+242+215=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D7 is #220D28. Grayscale: #E8E8E8. Windows color (decimal): -2231593 or 14152413. OLE color: 14152413.

HSL color Cylindrical-coordinate representation of color #DDF2D7: hue angle of 106.67º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF2D7 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB221242215-
CMYK0.0900.110.05
HSL106.67º50.94%89.61%-
HSV(B)106.67º11.16%94.9%-
XYZ73.8483.7876.57-
YUV232.64118.04119.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 242 (94.92% from 255) = 35.69%
BLUE value IS 215 (84.38% from 255) = 31.71%
R=32.60%
G=35.69%
B=31.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422150.0900.110.05106.6750.9489.61
HexDDF2D790B56b335a
Octal33536232711013515363132
Binary11011101111100101101011110010101110111010111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2D7; }

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

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

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

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

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

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

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

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