#DBEEAD

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

Shades of Reef #DBEEAD

Tints of Reef #DBEEAD

Color information

#DBEEAD (or 0xDBEEAD) is unknown color: approx Reef. HEX triplet: DB, EE and AD. RGB value is (219,238,173). Sum of RGB (Red+Green+Blue) = 219+238+173=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEAD is #241152. Grayscale: #E1E1E1. Windows color (decimal): -2363731 or 11398875. OLE color: 11398875.

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

Color convert

RGB219238173-
CMYK0.0800.270.07
HSL77.54º65.66%80.59%-
HSV(B)77.54º27.31%93.33%-
XYZ67.3379.2351.28-
YUV224.9198.71123.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=34.76%
G=37.78%
B=27.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192381730.0800.270.0777.5465.6680.59
HexDBEEAD801B74e4251
Octal333356255100337116102121
Binary1101101111101110101011011000011011111100111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEAD; }

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

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

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

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

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

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

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

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