#DBEED7

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

Shades of Blue Romance #DBEED7

Tints of Blue Romance #DBEED7

Color information

#DBEED7 (or 0xDBEED7) is unknown color: approx Blue Romance. HEX triplet: DB, EE and D7. RGB value is (219,238,215). Sum of RGB (Red+Green+Blue) = 219+238+215=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED7 is #241128. Grayscale: #E5E5E5. Windows color (decimal): -2363689 or 14151387. OLE color: 14151387.

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

Color convert

RGB219238215-
CMYK0.0800.100.07
HSL109.57º40.35%88.82%-
HSV(B)109.57º9.66%93.33%-
XYZ72.0581.1276.15-
YUV229.7119.71120.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=32.59%
G=35.42%
B=31.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382150.0800.100.07109.5740.3588.82
HexDBEED780A76e2859
Octal33335632710012715650131
Binary11011011111011101101011110000101011111011101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEED7; }

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

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

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

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

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

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

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

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