Html Css Color HEX #DBE995 Reef

📋 copy color: '#DBE995'

red 219 ◦ green 233 ◦ blue 149

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

Shades of Reef #DBE995

Tints of Reef #DBE995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.77%

 BLUE value IS 149 (58.59% from 255) = 24.79%

R = 36.44%
G = 38.77%
B = 24.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#DBE995 (or 0xDBE995) is known color: Reef. HEX triplet: DB, E9 and 95. RGB value is (219,233,149). Sum of RGB (Red+Green+Blue) = 219+233+149=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE995 is #24166A. Grayscale: #DBDBDB. Windows color (decimal): -2365035 or 9824731. OLE color: 9824731.

HSL color Cylindrical-coordinate representation of color #DBE995: hue angle of 70º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE995 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 149 -
CMYK 0.06 0 0.36 0.09
HSL 70º 0.66% 0.75% -
HSV(B) 70º 0.36% 0.91% -
XYZ 63.78 75.51 39.65 -
YUV 219.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 219 233 149 0.06 0 0.36 0.09 70 0.66 0.75
Hex DB E9 95 6 0 24 9 46 42 4B
Octal 333 351 225 6 0 44 11 106 102 113
Binary 11011011 11101001 10010101 110 0 100100 1001 1000110 1000010 1001011

Color Harmonies of #DBE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE995

Black with #DBE995

Text Example


Text Example

White with #DBE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE995; }

 p { color: rgb(219,233,149); }

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

background-color css

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

 a { background-color: rgb(219,233,149); }

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

border-color css

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

 span { border-color: rgb(219,233,149); }

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