#DBEAD6

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

Shades of Blue Romance #DBEAD6

Tints of Blue Romance #DBEAD6

Color information

#DBEAD6 (or 0xDBEAD6) is unknown color: approx Blue Romance. HEX triplet: DB, EA and D6. RGB value is (219,234,214). Sum of RGB (Red+Green+Blue) = 219+234+214=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD6 is #241529. Grayscale: #E3E3E3. Windows color (decimal): -2364714 or 14084827. OLE color: 14084827.

HSL color Cylindrical-coordinate representation of color #DBEAD6: hue angle of 105º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEAD6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB219234214-
CMYK0.0600.090.08
HSL105º32.26%87.84%-
HSV(B)105º8.55%91.76%-
XYZ70.7778.7675.09-
YUV227.24120.53122.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.83%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=32.83%
G=35.08%
B=32.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342140.0600.090.0810532.2687.84
HexDBEAD66098692058
Octal33335232660111015140130
Binary11011011111010101101011011001001100011010011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAD6; }

 p { color: rgb(219,234,214); }

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

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

 a { background-color: rgb(219,234,214); }

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

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

 span { border-color: rgb(219,234,214); }

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