Html Css Color HEX #EABDC6 Chantilly

📋 copy color: '#EABDC6'

red 234 ◦ green 189 ◦ blue 198

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

Shades of Chantilly #EABDC6

Tints of Chantilly #EABDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 37.68%
G = 30.43%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EABDC6 (or 0xEABDC6) is known color: Chantilly. HEX triplet: EA, BD and C6. RGB value is (234,189,198). Sum of RGB (Red+Green+Blue) = 234+189+198=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC6 is #154239. Grayscale: #CBCBCB. Windows color (decimal): -1393210 or 13024746. OLE color: 13024746.

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

Color convert

RGB 234 189 198 -
CMYK 0 0.19 0.15 0.08
HSL 348º 0.52% 0.83% -
HSV(B) 348º 0.19% 0.92% -
XYZ 62.32 57.96 61.33 -
YUV 203.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 234 189 198 0 0.19 0.15 0.08 348 0.52 0.83
Hex EA BD C6 0 13 F 8 15C 34 53
Octal 352 275 306 0 23 17 10 534 64 123
Binary 11101010 10111101 11000110 0 10011 1111 1000 101011100 110100 1010011

Color Harmonies of #EABDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDC6

Black with #EABDC6

Text Example


Text Example

White with #EABDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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