Html Css Color HEX #DBEA94 Reef

📋 copy color: '#DBEA94'

red 219 ◦ green 234 ◦ blue 148

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

Shades of Reef #DBEA94

Tints of Reef #DBEA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.63%

R = 36.44%
G = 38.94%
B = 24.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#DBEA94 (or 0xDBEA94) is known color: Reef. HEX triplet: DB, EA and 94. RGB value is (219,234,148). Sum of RGB (Red+Green+Blue) = 219+234+148=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA94 is #24156B. Grayscale: #DCDCDC. Windows color (decimal): -2364780 or 9759451. OLE color: 9759451.

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

Color convert

RGB 219 234 148 -
CMYK 0.06 0 0.37 0.08
HSL 70.47º 0.67% 0.75% -
HSV(B) 70.47º 0.37% 0.92% -
XYZ 63.98 76.04 39.32 -
YUV 219.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 219 234 148 0.06 0 0.37 0.08 70.47 0.67 0.75
Hex DB EA 94 6 0 25 8 46 43 4B
Octal 333 352 224 6 0 45 10 106 103 113
Binary 11011011 11101010 10010100 110 0 100101 1000 1000110 1000011 1001011

Color Harmonies of #DBEA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA94

Black with #DBEA94

Text Example


Text Example

White with #DBEA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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