Html Css Color HEX #DBEB9B Reef

📋 copy color: '#DBEB9B'

red 219 ◦ green 235 ◦ blue 155

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

Shades of Reef #DBEB9B

Tints of Reef #DBEB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.45%

R = 35.96%
G = 38.59%
B = 25.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#DBEB9B (or 0xDBEB9B) is known color: Reef. HEX triplet: DB, EB and 9B. RGB value is (219,235,155). Sum of RGB (Red+Green+Blue) = 219+235+155=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB9B is #241464. Grayscale: #DDDDDD. Windows color (decimal): -2364517 or 10218459. OLE color: 10218459.

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

Color convert

RGB 219 235 155 -
CMYK 0.07 0 0.34 0.08
HSL 72º 0.67% 0.76% -
HSV(B) 72º 0.34% 0.92% -
XYZ 64.84 76.84 42.43 -
YUV 221.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 219 235 155 0.07 0 0.34 0.08 72 0.67 0.76
Hex DB EB 9B 7 0 22 8 48 43 4C
Octal 333 353 233 7 0 42 10 110 103 114
Binary 11011011 11101011 10011011 111 0 100010 1000 1001000 1000011 1001100

Color Harmonies of #DBEB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB9B

Black with #DBEB9B

Text Example


Text Example

White with #DBEB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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