Html Css Color HEX #DBEBA4 Reef

📋 copy color: '#DBEBA4'

red 219 ◦ green 235 ◦ blue 164

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

Shades of Reef #DBEBA4

Tints of Reef #DBEBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.54%

R = 35.44%
G = 38.03%
B = 26.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#DBEBA4 (or 0xDBEBA4) is known color: Reef. HEX triplet: DB, EB and A4. RGB value is (219,235,164). Sum of RGB (Red+Green+Blue) = 219+235+164=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA4 is #24145B. Grayscale: #DEDEDE. Windows color (decimal): -2364508 or 10808283. OLE color: 10808283.

HSL color Cylindrical-coordinate representation of color #DBEBA4: hue angle of 73.52º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBEBA4 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 164 -
CMYK 0.07 0 0.30 0.08
HSL 73.52º 0.64% 0.78% -
HSV(B) 73.52º 0.3% 0.92% -
XYZ 65.62 77.16 46.56 -
YUV 222.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 219 235 164 0.07 0 0.30 0.08 73.52 0.64 0.78
Hex DB EB A4 7 0 1E 8 4A 40 4E
Octal 333 353 244 7 0 36 10 112 100 116
Binary 11011011 11101011 10100100 111 0 11110 1000 1001010 1000000 1001110

Color Harmonies of #DBEBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBA4

Black with #DBEBA4

Text Example


Text Example

White with #DBEBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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