Html Css Color HEX #DBEBAC Reef

📋 copy color: '#DBEBAC'

red 219 ◦ green 235 ◦ blue 172

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

Shades of Reef #DBEBAC

Tints of Reef #DBEBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.48%

R = 34.98%
G = 37.54%
B = 27.48%

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

#DBEBAC (or 0xDBEBAC) is known color: Reef. HEX triplet: DB, EB and AC. RGB value is (219,235,172). Sum of RGB (Red+Green+Blue) = 219+235+172=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBAC is #241453. Grayscale: #DFDFDF. Windows color (decimal): -2364500 or 11332571. OLE color: 11332571.

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

Color convert

RGB 219 235 172 -
CMYK 0.07 0 0.27 0.08
HSL 75.24º 0.61% 0.8% -
HSV(B) 75.24º 0.27% 0.92% -
XYZ 66.37 77.46 50.48 -
YUV 223.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 219 235 172 0.07 0 0.27 0.08 75.24 0.61 0.8
Hex DB EB AC 7 0 1B 8 4B 3D 50
Octal 333 353 254 7 0 33 10 113 75 120
Binary 11011011 11101011 10101100 111 0 11011 1000 1001011 111101 1010000

Color Harmonies of #DBEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBAC

Black with #DBEBAC

Text Example


Text Example

White with #DBEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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