Html Css Color HEX #DBEB96 Reef

📋 copy color: '#DBEB96'

red 219 ◦ green 235 ◦ blue 150

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

Shades of Reef #DBEB96

Tints of Reef #DBEB96

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.91%

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

R = 36.26%
G = 38.91%
B = 24.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#DBEB96 (or 0xDBEB96) is known color: Reef. HEX triplet: DB, EB and 96. RGB value is (219,235,150). Sum of RGB (Red+Green+Blue) = 219+235+150=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB96 is #241469. Grayscale: #DCDCDC. Windows color (decimal): -2364522 or 9890779. OLE color: 9890779.

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

Color convert

RGB 219 235 150 -
CMYK 0.07 0 0.36 0.08
HSL 71.29º 0.68% 0.75% -
HSV(B) 71.29º 0.36% 0.92% -
XYZ 64.43 76.68 40.26 -
YUV 220.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 219 235 150 0.07 0 0.36 0.08 71.29 0.68 0.75
Hex DB EB 96 7 0 24 8 47 44 4B
Octal 333 353 226 7 0 44 10 107 104 113
Binary 11011011 11101011 10010110 111 0 100100 1000 1000111 1000100 1001011

Color Harmonies of #DBEB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB96

Black with #DBEB96

Text Example


Text Example

White with #DBEB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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