Html Css Color HEX #DBEEAD Reef

📋 copy color: '#DBEEAD'

red 219 ◦ green 238 ◦ blue 173

#DBEEAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DBEEAD

Tints of Reef #DBEEAD

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 value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DBEEAD (or 0xDBEEAD) is known color: 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

RGB 219 238 173 -
CMYK 0.08 0 0.27 0.07
HSL 77.54º 0.66% 0.81% -
HSV(B) 77.54º 0.27% 0.93% -
XYZ 67.33 79.23 51.28 -
YUV 224.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 219 238 173 0.08 0 0.27 0.07 77.54 0.66 0.81
Hex DB EE AD 8 0 1B 7 4E 42 51
Octal 333 356 255 10 0 33 7 116 102 121
Binary 11011011 11101110 10101101 1000 0 11011 111 1001110 1000010 1010001

Color Harmonies of #DBEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEAD

Black with #DBEEAD

Text Example


Text Example

White with #DBEEAD

Text Example


Text Example

HTML Codes & Css Web 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>