Html Css Color HEX #EBD3C2 Almond

📋 copy color: '#EBD3C2'

red 235 ◦ green 211 ◦ blue 194

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

Shades of Almond #EBD3C2

Tints of Almond #EBD3C2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.97%

 BLUE value IS 194 (76.17% from 255) = 30.31%

R = 36.72%
G = 32.97%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBD3C2 (or 0xEBD3C2) is known color: Almond. HEX triplet: EB, D3 and C2. RGB value is (235,211,194). Sum of RGB (Red+Green+Blue) = 235+211+194=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3C2 is #142C3D. Grayscale: #D8D8D8. Windows color (decimal): -1322046 or 12768235. OLE color: 12768235.

HSL color Cylindrical-coordinate representation of color #EBD3C2: hue angle of 24.88º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBD3C2 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 211 194 -
CMYK 0 0.10 0.17 0.08
HSL 24.88º 0.51% 0.84% -
HSV(B) 24.88º 0.17% 0.92% -
XYZ 67.29 68.15 60.65 -
YUV 216.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 235 211 194 0 0.10 0.17 0.08 24.88 0.51 0.84
Hex EB D3 C2 0 A 11 8 19 33 54
Octal 353 323 302 0 12 21 10 31 63 124
Binary 11101011 11010011 11000010 0 1010 10001 1000 11001 110011 1010100

Color Harmonies of #EBD3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3C2

Black with #EBD3C2

Text Example


Text Example

White with #EBD3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3C2; }

 p { color: rgb(235,211,194); }

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

background-color css

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

 a { background-color: rgb(235,211,194); }

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

border-color css

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

 span { border-color: rgb(235,211,194); }

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