#DBEDD5

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

Shades of Blue Romance #DBEDD5

Tints of Blue Romance #DBEDD5

Color information

#DBEDD5 (or 0xDBEDD5) is unknown color: approx Blue Romance. HEX triplet: DB, ED and D5. RGB value is (219,237,213). Sum of RGB (Red+Green+Blue) = 219+237+213=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD5 is #24122A. Grayscale: #E4E4E4. Windows color (decimal): -2363947 or 14020059. OLE color: 14020059.

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

Color convert

RGB219237213-
CMYK0.0800.100.07
HSL105º40%88.24%-
HSV(B)105º10.13%92.94%-
XYZ71.5180.4374.71-
YUV228.88119.04120.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=32.74%
G=35.43%
B=31.84%

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
Decimal2192372130.0800.100.071054088.24
HexDBEDD580A7692858
Octal33335532510012715150130
Binary11011011111011011101010110000101011111010011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDD5; }

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

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

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

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

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

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

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

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