Html Css Color HEX #DBEA9E Reef

📋 copy color: '#DBEA9E'

red 219 ◦ green 234 ◦ blue 158

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

Shades of Reef #DBEA9E

Tints of Reef #DBEA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.86%

R = 35.84%
G = 38.3%
B = 25.86%

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

#DBEA9E (or 0xDBEA9E) is known color: Reef. HEX triplet: DB, EA and 9E. RGB value is (219,234,158). Sum of RGB (Red+Green+Blue) = 219+234+158=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA9E is #241561. Grayscale: #DDDDDD. Windows color (decimal): -2364770 or 10414811. OLE color: 10414811.

HSL color Cylindrical-coordinate representation of color #DBEA9E: hue angle of 71.84º 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 #DBEA9E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 158 -
CMYK 0.06 0 0.32 0.08
HSL 71.84º 0.64% 0.77% -
HSV(B) 71.84º 0.32% 0.92% -
XYZ 64.81 76.37 43.67 -
YUV 220.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 219 234 158 0.06 0 0.32 0.08 71.84 0.64 0.77
Hex DB EA 9E 6 0 20 8 48 40 4D
Octal 333 352 236 6 0 40 10 110 100 115
Binary 11011011 11101010 10011110 110 0 100000 1000 1001000 1000000 1001101

Color Harmonies of #DBEA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA9E

Black with #DBEA9E

Text Example


Text Example

White with #DBEA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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