Html Css Color HEX #DBE896 Reef

📋 copy color: '#DBE896'

red 219 ◦ green 232 ◦ blue 150

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

Shades of Reef #DBE896

Tints of Reef #DBE896

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.6%

 BLUE value IS 150 (58.98% from 255) = 24.96%

R = 36.44%
G = 38.6%
B = 24.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#DBE896 (or 0xDBE896) is known color: Reef. HEX triplet: DB, E8 and 96. RGB value is (219,232,150). Sum of RGB (Red+Green+Blue) = 219+232+150=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE896 is #241769. Grayscale: #DBDBDB. Windows color (decimal): -2365290 or 9890011. OLE color: 9890011.

HSL color Cylindrical-coordinate representation of color #DBE896: hue angle of 69.51º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE896 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 150 -
CMYK 0.06 0 0.35 0.09
HSL 69.51º 0.64% 0.75% -
HSV(B) 69.51º 0.35% 0.91% -
XYZ 63.58 74.98 39.98 -
YUV 218.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 219 232 150 0.06 0 0.35 0.09 69.51 0.64 0.75
Hex DB E8 96 6 0 23 9 46 40 4B
Octal 333 350 226 6 0 43 11 106 100 113
Binary 11011011 11101000 10010110 110 0 100011 1001 1000110 1000000 1001011

Color Harmonies of #DBE896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE896

Black with #DBE896

Text Example


Text Example

White with #DBE896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE896; }

 p { color: rgb(219,232,150); }

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

background-color css

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

 a { background-color: rgb(219,232,150); }

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

border-color css

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

 span { border-color: rgb(219,232,150); }

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