Html Css Color HEX #DBEBA2 Reef

📋 copy color: '#DBEBA2'

red 219 ◦ green 235 ◦ blue 162

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

Shades of Reef #DBEBA2

Tints of Reef #DBEBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.3%

R = 35.55%
G = 38.15%
B = 26.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#DBEBA2 (or 0xDBEBA2) is known color: Reef. HEX triplet: DB, EB and A2. RGB value is (219,235,162). Sum of RGB (Red+Green+Blue) = 219+235+162=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA2 is #24145D. Grayscale: #DEDEDE. Windows color (decimal): -2364510 or 10677211. OLE color: 10677211.

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

Color convert

RGB 219 235 162 -
CMYK 0.07 0 0.31 0.08
HSL 73.15º 0.65% 0.78% -
HSV(B) 73.15º 0.31% 0.92% -
XYZ 65.44 77.09 45.61 -
YUV 221.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 219 235 162 0.07 0 0.31 0.08 73.15 0.65 0.78
Hex DB EB A2 7 0 1F 8 49 41 4E
Octal 333 353 242 7 0 37 10 111 101 116
Binary 11011011 11101011 10100010 111 0 11111 1000 1001001 1000001 1001110

Color Harmonies of #DBEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBA2

Black with #DBEBA2

Text Example


Text Example

White with #DBEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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