Html Css Color HEX #DBEE96 Reef

📋 copy color: '#DBEE96'

red 219 ◦ green 238 ◦ blue 150

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

Shades of Reef #DBEE96

Tints of Reef #DBEE96

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.21%

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

R = 36.08%
G = 39.21%
B = 24.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#DBEE96 (or 0xDBEE96) is known color: Reef. HEX triplet: DB, EE and 96. RGB value is (219,238,150). Sum of RGB (Red+Green+Blue) = 219+238+150=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE96 is #241169. Grayscale: #DEDEDE. Windows color (decimal): -2363754 or 9891547. OLE color: 9891547.

HSL color Cylindrical-coordinate representation of color #DBEE96: hue angle of 72.95º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBEE96 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 150 -
CMYK 0.08 0 0.37 0.07
HSL 72.95º 0.72% 0.76% -
HSV(B) 72.95º 0.37% 0.93% -
XYZ 65.29 78.41 40.55 -
YUV 222.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 219 238 150 0.08 0 0.37 0.07 72.95 0.72 0.76
Hex DB EE 96 8 0 25 7 49 48 4C
Octal 333 356 226 10 0 45 7 111 110 114
Binary 11011011 11101110 10010110 1000 0 100101 111 1001001 1001000 1001100

Color Harmonies of #DBEE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE96

Black with #DBEE96

Text Example


Text Example

White with #DBEE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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