Html Css Color HEX #DBEBA5 Reef

📋 copy color: '#DBEBA5'

red 219 ◦ green 235 ◦ blue 165

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

Shades of Reef #DBEBA5

Tints of Reef #DBEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.66%

R = 35.38%
G = 37.96%
B = 26.66%

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

#DBEBA5 (or 0xDBEBA5) is known color: Reef. HEX triplet: DB, EB and A5. RGB value is (219,235,165). Sum of RGB (Red+Green+Blue) = 219+235+165=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA5 is #24145A. Grayscale: #DEDEDE. Windows color (decimal): -2364507 or 10873819. OLE color: 10873819.

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

Color convert

RGB 219 235 165 -
CMYK 0.07 0 0.30 0.08
HSL 73.71º 0.64% 0.78% -
HSV(B) 73.71º 0.3% 0.92% -
XYZ 65.71 77.19 47.03 -
YUV 222.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 219 235 165 0.07 0 0.30 0.08 73.71 0.64 0.78
Hex DB EB A5 7 0 1E 8 4A 40 4E
Octal 333 353 245 7 0 36 10 112 100 116
Binary 11011011 11101011 10100101 111 0 11110 1000 1001010 1000000 1001110

Color Harmonies of #DBEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBA5

Black with #DBEBA5

Text Example


Text Example

White with #DBEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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