Html Css Color HEX #EBDCCE Almond

📋 copy color: '#EBDCCE'

red 235 ◦ green 220 ◦ blue 206

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

Shades of Almond #EBDCCE

Tints of Almond #EBDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.28%

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

R = 35.55%
G = 33.28%
B = 31.16%

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

#EBDCCE (or 0xEBDCCE) is known color: Almond. HEX triplet: EB, DC and CE. RGB value is (235,220,206). Sum of RGB (Red+Green+Blue) = 235+220+206=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCCE is #142331. Grayscale: #DEDEDE. Windows color (decimal): -1319730 or 13556971. OLE color: 13556971.

HSL color Cylindrical-coordinate representation of color #EBDCCE: hue angle of 28.97º 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 #EBDCCE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 206 -
CMYK 0 0.06 0.12 0.08
HSL 28.97º 0.42% 0.86% -
HSV(B) 28.97º 0.12% 0.92% -
XYZ 70.99 73.3 68.8 -
YUV 222.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 235 220 206 0 0.06 0.12 0.08 28.97 0.42 0.86
Hex EB DC CE 0 6 C 8 1D 2A 56
Octal 353 334 316 0 6 14 10 35 52 126
Binary 11101011 11011100 11001110 0 110 1100 1000 11101 101010 1010110

Color Harmonies of #EBDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCCE

Black with #EBDCCE

Text Example


Text Example

White with #EBDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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