Html Css Color HEX #DBEBAE Reef

📋 copy color: '#DBEBAE'

red 219 ◦ green 235 ◦ blue 174

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

Shades of Reef #DBEBAE

Tints of Reef #DBEBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.71%

R = 34.87%
G = 37.42%
B = 27.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#DBEBAE (or 0xDBEBAE) is known color: Reef. HEX triplet: DB, EB and AE. RGB value is (219,235,174). Sum of RGB (Red+Green+Blue) = 219+235+174=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBAE is #241451. Grayscale: #DFDFDF. Windows color (decimal): -2364498 or 11463643. OLE color: 11463643.

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

Color convert

RGB 219 235 174 -
CMYK 0.07 0 0.26 0.08
HSL 75.74º 0.6% 0.8% -
HSV(B) 75.74º 0.26% 0.92% -
XYZ 66.56 77.53 51.5 -
YUV 223.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 219 235 174 0.07 0 0.26 0.08 75.74 0.6 0.8
Hex DB EB AE 7 0 1A 8 4C 3C 50
Octal 333 353 256 7 0 32 10 114 74 120
Binary 11011011 11101011 10101110 111 0 11010 1000 1001100 111100 1010000

Color Harmonies of #DBEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBAE

Black with #DBEBAE

Text Example


Text Example

White with #DBEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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