Html Css Color HEX #EBD9C9 Almond

📋 copy color: '#EBD9C9'

red 235 ◦ green 217 ◦ blue 201

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

Shades of Almond #EBD9C9

Tints of Almond #EBD9C9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.23%

 BLUE value IS 201 (78.91% from 255) = 30.78%

R = 35.99%
G = 33.23%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBD9C9 (or 0xEBD9C9) is known color: Almond. HEX triplet: EB, D9 and C9. RGB value is (235,217,201). Sum of RGB (Red+Green+Blue) = 235+217+201=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C9 is #142636. Grayscale: #DCDCDC. Windows color (decimal): -1320503 or 13228523. OLE color: 13228523.

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

Color convert

RGB 235 217 201 -
CMYK 0 0.08 0.14 0.08
HSL 28.24º 0.46% 0.85% -
HSV(B) 28.24º 0.14% 0.92% -
XYZ 69.62 71.5 65.39 -
YUV 220.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 235 217 201 0 0.08 0.14 0.08 28.24 0.46 0.85
Hex EB D9 C9 0 8 E 8 1C 2E 55
Octal 353 331 311 0 10 16 10 34 56 125
Binary 11101011 11011001 11001001 0 1000 1110 1000 11100 101110 1010101

Color Harmonies of #EBD9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD9C9

Black with #EBD9C9

Text Example


Text Example

White with #EBD9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD9C9; }

 p { color: rgb(235,217,201); }

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

background-color css

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

 a { background-color: rgb(235,217,201); }

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

border-color css

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

 span { border-color: rgb(235,217,201); }

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