Html Css Color HEX #EAB8CB Chantilly

📋 copy color: '#EAB8CB'

red 234 ◦ green 184 ◦ blue 203

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

Shades of Chantilly #EAB8CB

Tints of Chantilly #EAB8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.63%

 BLUE value IS 203 (79.69% from 255) = 32.69%

R = 37.68%
G = 29.63%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EAB8CB (or 0xEAB8CB) is known color: Chantilly. HEX triplet: EA, B8 and CB. RGB value is (234,184,203). Sum of RGB (Red+Green+Blue) = 234+184+203=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8CB is #154734. Grayscale: #C9C9C9. Windows color (decimal): -1394485 or 13351146. OLE color: 13351146.

HSL color Cylindrical-coordinate representation of color #EAB8CB: hue angle of 337.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8CB is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 203 -
CMYK 0 0.21 0.13 0.08
HSL 337.2º 0.54% 0.82% -
HSV(B) 337.2º 0.21% 0.92% -
XYZ 61.85 56.09 64.07 -
YUV 201.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 234 184 203 0 0.21 0.13 0.08 337.2 0.54 0.82
Hex EA B8 CB 0 15 D 8 151 36 52
Octal 352 270 313 0 25 15 10 521 66 122
Binary 11101010 10111000 11001011 0 10101 1101 1000 101010001 110110 1010010

Color Harmonies of #EAB8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8CB

Black with #EAB8CB

Text Example


Text Example

White with #EAB8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8CB; }

 p { color: rgb(234,184,203); }

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

background-color css

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

 a { background-color: rgb(234,184,203); }

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

border-color css

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

 span { border-color: rgb(234,184,203); }

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