Html Css Color HEX #DBEAA0 Reef

📋 copy color: '#DBEAA0'

red 219 ◦ green 234 ◦ blue 160

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

Shades of Reef #DBEAA0

Tints of Reef #DBEAA0

RGB

 RED value IS 219 (85.94% from 255) = 35.73%

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 160 (62.89% from 255) = 26.1%

R = 35.73%
G = 38.17%
B = 26.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#DBEAA0 (or 0xDBEAA0) is known color: Reef. HEX triplet: DB, EA and A0. RGB value is (219,234,160). Sum of RGB (Red+Green+Blue) = 219+234+160=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA0 is #24155F. Grayscale: #DDDDDD. Windows color (decimal): -2364768 or 10545883. OLE color: 10545883.

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

Color convert

RGB 219 234 160 -
CMYK 0.06 0 0.32 0.08
HSL 72.16º 0.64% 0.77% -
HSV(B) 72.16º 0.32% 0.92% -
XYZ 64.98 76.44 44.59 -
YUV 221.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 219 234 160 0.06 0 0.32 0.08 72.16 0.64 0.77
Hex DB EA A0 6 0 20 8 48 40 4D
Octal 333 352 240 6 0 40 10 110 100 115
Binary 11011011 11101010 10100000 110 0 100000 1000 1001000 1000000 1001101

Color Harmonies of #DBEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAA0

Black with #DBEAA0

Text Example


Text Example

White with #DBEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAA0; }

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

 H1.HeaderClassName
 {
   color: #DBEAA0;
 }
 .AnyTagClassName
 {
   color: #DBEAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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