Html Css Color HEX #EBDBCB Almond

📋 copy color: '#EBDBCB'

red 235 ◦ green 219 ◦ blue 203

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

Shades of Almond #EBDBCB

Tints of Almond #EBDBCB

RGB

 RED value IS 235 (92.19% from 255) = 35.77%

 GREEN value IS 219 (85.94% from 255) = 33.33%

 BLUE value IS 203 (79.69% from 255) = 30.9%

R = 35.77%
G = 33.33%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBDBCB (or 0xEBDBCB) is known color: Almond. HEX triplet: EB, DB and CB. RGB value is (235,219,203). Sum of RGB (Red+Green+Blue) = 235+219+203=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBCB is #142434. Grayscale: #DEDEDE. Windows color (decimal): -1319989 or 13360107. OLE color: 13360107.

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

Color convert

RGB 235 219 203 -
CMYK 0 0.07 0.14 0.08
HSL 30º 0.44% 0.86% -
HSV(B) 30º 0.14% 0.92% -
XYZ 70.37 72.64 66.81 -
YUV 221.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 235 219 203 0 0.07 0.14 0.08 30 0.44 0.86
Hex EB DB CB 0 7 E 8 1E 2C 56
Octal 353 333 313 0 7 16 10 36 54 126
Binary 11101011 11011011 11001011 0 111 1110 1000 11110 101100 1010110

Color Harmonies of #EBDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBCB

Black with #EBDBCB

Text Example


Text Example

White with #EBDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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