#DBEED4

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

Shades of Blue Romance #DBEED4

Tints of Blue Romance #DBEED4

Color information

#DBEED4 (or 0xDBEED4) is unknown color: approx Blue Romance. HEX triplet: DB, EE and D4. RGB value is (219,238,212). Sum of RGB (Red+Green+Blue) = 219+238+212=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED4 is #24112B. Grayscale: #E5E5E5. Windows color (decimal): -2363692 or 13954779. OLE color: 13954779.

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

Color convert

RGB219238212-
CMYK0.0800.110.07
HSL103.85º43.33%88.24%-
HSV(B)103.85º10.92%93.33%-
XYZ71.6780.9674.14-
YUV229.36118.21120.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 212 (83.20% from 255) = 31.69%
R=32.74%
G=35.58%
B=31.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382120.0800.110.07103.8543.3388.24
HexDBEED480B7682b58
Octal33335632410013715053130
Binary11011011111011101101010010000101111111010001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEED4; }

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

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

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

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

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

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

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

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