Html Css Color HEX #DBEBA0 Reef

📋 copy color: '#DBEBA0'

red 219 ◦ green 235 ◦ blue 160

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

Shades of Reef #DBEBA0

Tints of Reef #DBEBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.06%

R = 35.67%
G = 38.27%
B = 26.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#DBEBA0 (or 0xDBEBA0) is known color: Reef. HEX triplet: DB, EB and A0. RGB value is (219,235,160). Sum of RGB (Red+Green+Blue) = 219+235+160=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA0 is #24145F. Grayscale: #DDDDDD. Windows color (decimal): -2364512 or 10546139. OLE color: 10546139.

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

Color convert

RGB 219 235 160 -
CMYK 0.07 0 0.32 0.08
HSL 72.8º 0.65% 0.77% -
HSV(B) 72.8º 0.32% 0.92% -
XYZ 65.27 77.01 44.68 -
YUV 221.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 219 235 160 0.07 0 0.32 0.08 72.8 0.65 0.77
Hex DB EB A0 7 0 20 8 49 41 4D
Octal 333 353 240 7 0 40 10 111 101 115
Binary 11011011 11101011 10100000 111 0 100000 1000 1001001 1000001 1001101

Color Harmonies of #DBEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBA0

Black with #DBEBA0

Text Example


Text Example

White with #DBEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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