Html Css Color HEX #EABDC5 Chantilly

📋 copy color: '#EABDC5'

red 234 ◦ green 189 ◦ blue 197

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

Shades of Chantilly #EABDC5

Tints of Chantilly #EABDC5

RGB

 RED value IS 234 (91.8% from 255) = 37.74%

 GREEN value IS 189 (74.22% from 255) = 30.48%

 BLUE value IS 197 (77.34% from 255) = 31.77%

R = 37.74%
G = 30.48%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EABDC5 (or 0xEABDC5) is known color: Chantilly. HEX triplet: EA, BD and C5. RGB value is (234,189,197). Sum of RGB (Red+Green+Blue) = 234+189+197=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC5 is #15423A. Grayscale: #CBCBCB. Windows color (decimal): -1393211 or 12959210. OLE color: 12959210.

HSL color Cylindrical-coordinate representation of color #EABDC5: hue angle of 349.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDC5 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 197 -
CMYK 0 0.19 0.16 0.08
HSL 349.33º 0.52% 0.83% -
HSV(B) 349.33º 0.19% 0.92% -
XYZ 62.21 57.92 60.72 -
YUV 203.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 234 189 197 0 0.19 0.16 0.08 349.33 0.52 0.83
Hex EA BD C5 0 13 10 8 15D 34 53
Octal 352 275 305 0 23 20 10 535 64 123
Binary 11101010 10111101 11000101 0 10011 10000 1000 101011101 110100 1010011

Color Harmonies of #EABDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDC5

Black with #EABDC5

Text Example


Text Example

White with #EABDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDC5; }

 p { color: rgb(234,189,197); }

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

background-color css

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

 a { background-color: rgb(234,189,197); }

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

border-color css

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

 span { border-color: rgb(234,189,197); }

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