Html Css Color HEX #DBEAA9 Reef

📋 copy color: '#DBEAA9'

red 219 ◦ green 234 ◦ blue 169

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

Shades of Reef #DBEAA9

Tints of Reef #DBEAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.17%

R = 35.21%
G = 37.62%
B = 27.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#DBEAA9 (or 0xDBEAA9) is known color: Reef. HEX triplet: DB, EA and A9. RGB value is (219,234,169). Sum of RGB (Red+Green+Blue) = 219+234+169=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 169 (66.41% from 255 or 27.17% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA9 is #241556. Grayscale: #DEDEDE. Windows color (decimal): -2364759 or 11135707. OLE color: 11135707.

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

Color convert

RGB 219 234 169 -
CMYK 0.06 0 0.28 0.08
HSL 73.85º 0.61% 0.79% -
HSV(B) 73.85º 0.28% 0.92% -
XYZ 65.8 76.77 48.89 -
YUV 222.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 219 234 169 0.06 0 0.28 0.08 73.85 0.61 0.79
Hex DB EA A9 6 0 1C 8 4A 3D 4F
Octal 333 352 251 6 0 34 10 112 75 117
Binary 11011011 11101010 10101001 110 0 11100 1000 1001010 111101 1001111

Color Harmonies of #DBEAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAA9

Black with #DBEAA9

Text Example


Text Example

White with #DBEAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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