Html Css Color HEX #DBEBAB Reef

📋 copy color: '#DBEBAB'

red 219 ◦ green 235 ◦ blue 171

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

Shades of Reef #DBEBAB

Tints of Reef #DBEBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.36%

R = 35.04%
G = 37.6%
B = 27.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#DBEBAB (or 0xDBEBAB) is known color: Reef. HEX triplet: DB, EB and AB. RGB value is (219,235,171). Sum of RGB (Red+Green+Blue) = 219+235+171=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBAB is #241454. Grayscale: #DFDFDF. Windows color (decimal): -2364501 or 11267035. OLE color: 11267035.

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

Color convert

RGB 219 235 171 -
CMYK 0.07 0 0.27 0.08
HSL 75º 0.62% 0.8% -
HSV(B) 75º 0.27% 0.92% -
XYZ 66.27 77.42 49.98 -
YUV 222.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 219 235 171 0.07 0 0.27 0.08 75 0.62 0.8
Hex DB EB AB 7 0 1B 8 4B 3E 50
Octal 333 353 253 7 0 33 10 113 76 120
Binary 11011011 11101011 10101011 111 0 11011 1000 1001011 111110 1010000

Color Harmonies of #DBEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBAB

Black with #DBEBAB

Text Example


Text Example

White with #DBEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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