#DBEDD7

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

Shades of Blue Romance #DBEDD7

Tints of Blue Romance #DBEDD7

Color information

#DBEDD7 (or 0xDBEDD7) is unknown color: approx Blue Romance. HEX triplet: DB, ED and D7. RGB value is (219,237,215). Sum of RGB (Red+Green+Blue) = 219+237+215=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD7 is #241228. Grayscale: #E5E5E5. Windows color (decimal): -2363945 or 14151131. OLE color: 14151131.

HSL color Cylindrical-coordinate representation of color #DBEDD7: hue angle of 109.09º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEDD7 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB219237215-
CMYK0.0800.090.07
HSL109.09º37.93%88.63%-
HSV(B)109.09º9.28%92.94%-
XYZ71.7680.5376.05-
YUV229.11120.04120.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=32.64%
G=35.32%
B=32.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192372150.0800.090.07109.0937.9388.63
HexDBEDD780976d2659
Octal33335532710011715546131
Binary11011011111011011101011110000100111111011011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDD7; }

 p { color: rgb(219,237,215); }

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

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

 a { background-color: rgb(219,237,215); }

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

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

 span { border-color: rgb(219,237,215); }

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