Html Css Color HEX #DBEA9F Reef

📋 copy color: '#DBEA9F'

red 219 ◦ green 234 ◦ blue 159

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

Shades of Reef #DBEA9F

Tints of Reef #DBEA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.98%

R = 35.78%
G = 38.24%
B = 25.98%

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

#DBEA9F (or 0xDBEA9F) is known color: Reef. HEX triplet: DB, EA and 9F. RGB value is (219,234,159). Sum of RGB (Red+Green+Blue) = 219+234+159=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA9F is #241560. Grayscale: #DDDDDD. Windows color (decimal): -2364769 or 10480347. OLE color: 10480347.

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

Color convert

RGB 219 234 159 -
CMYK 0.06 0 0.32 0.08
HSL 72º 0.64% 0.77% -
HSV(B) 72º 0.32% 0.92% -
XYZ 64.89 76.41 44.13 -
YUV 220.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 219 234 159 0.06 0 0.32 0.08 72 0.64 0.77
Hex DB EA 9F 6 0 20 8 48 40 4D
Octal 333 352 237 6 0 40 10 110 100 115
Binary 11011011 11101010 10011111 110 0 100000 1000 1001000 1000000 1001101

Color Harmonies of #DBEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA9F

Black with #DBEA9F

Text Example


Text Example

White with #DBEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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