#DBECD7

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

Shades of Blue Romance #DBECD7

Tints of Blue Romance #DBECD7

Color information

#DBECD7 (or 0xDBECD7) is unknown color: approx Blue Romance. HEX triplet: DB, EC and D7. RGB value is (219,236,215). Sum of RGB (Red+Green+Blue) = 219+236+215=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD7 is #241328. Grayscale: #E4E4E4. Windows color (decimal): -2364201 or 14150875. OLE color: 14150875.

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

Color convert

RGB219236215-
CMYK0.0700.090.07
HSL108.57º35.59%88.43%-
HSV(B)108.57º8.9%92.55%-
XYZ71.4779.9675.96-
YUV228.52120.37121.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 236 (92.58% from 255) = 35.22%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=32.69%
G=35.22%
B=32.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362150.0700.090.07108.5735.5988.43
HexDBECD770976d2458
Octal3333543277011715544130
Binary1101101111101100110101111110100111111011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECD7; }

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

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

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

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

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

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

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

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