Html Css Color HEX #DBEB93 Reef

📋 copy color: '#DBEB93'

red 219 ◦ green 235 ◦ blue 147

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

Shades of Reef #DBEB93

Tints of Reef #DBEB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.46%

R = 36.44%
G = 39.1%
B = 24.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#DBEB93 (or 0xDBEB93) is known color: Reef. HEX triplet: DB, EB and 93. RGB value is (219,235,147). Sum of RGB (Red+Green+Blue) = 219+235+147=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB93 is #24146C. Grayscale: #DCDCDC. Windows color (decimal): -2364525 or 9694171. OLE color: 9694171.

HSL color Cylindrical-coordinate representation of color #DBEB93: hue angle of 70.91º degrees, saturation: 0.69, 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 #DBEB93 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 147 -
CMYK 0.07 0 0.37 0.08
HSL 70.91º 0.69% 0.75% -
HSV(B) 70.91º 0.37% 0.92% -
XYZ 64.19 76.58 39 -
YUV 220.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 219 235 147 0.07 0 0.37 0.08 70.91 0.69 0.75
Hex DB EB 93 7 0 25 8 47 45 4B
Octal 333 353 223 7 0 45 10 107 105 113
Binary 11011011 11101011 10010011 111 0 100101 1000 1000111 1000101 1001011

Color Harmonies of #DBEB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB93

Black with #DBEB93

Text Example


Text Example

White with #DBEB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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