Html Css Color HEX #EBDDCE Almond

📋 copy color: '#EBDDCE'

red 235 ◦ green 221 ◦ blue 206

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

Shades of Almond #EBDDCE

Tints of Almond #EBDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.38%

 BLUE value IS 206 (80.86% from 255) = 31.12%

R = 35.5%
G = 33.38%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBDDCE (or 0xEBDDCE) is known color: Almond. HEX triplet: EB, DD and CE. RGB value is (235,221,206). Sum of RGB (Red+Green+Blue) = 235+221+206=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDCE is #142231. Grayscale: #DFDFDF. Windows color (decimal): -1319474 or 13557227. OLE color: 13557227.

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

Color convert

RGB 235 221 206 -
CMYK 0 0.06 0.12 0.08
HSL 31.03º 0.42% 0.86% -
HSV(B) 31.03º 0.12% 0.92% -
XYZ 71.26 73.83 68.89 -
YUV 223.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 235 221 206 0 0.06 0.12 0.08 31.03 0.42 0.86
Hex EB DD CE 0 6 C 8 1F 2A 56
Octal 353 335 316 0 6 14 10 37 52 126
Binary 11101011 11011101 11001110 0 110 1100 1000 11111 101010 1010110

Color Harmonies of #EBDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDCE

Black with #EBDDCE

Text Example


Text Example

White with #EBDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDCE; }

 p { color: rgb(235,221,206); }

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

background-color css

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

 a { background-color: rgb(235,221,206); }

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

border-color css

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

 span { border-color: rgb(235,221,206); }

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