Html Css Color HEX #EAB6CE Chantilly

📋 copy color: '#EAB6CE'

red 234 ◦ green 182 ◦ blue 206

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

Shades of Chantilly #EAB6CE

Tints of Chantilly #EAB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.26%

 BLUE value IS 206 (80.86% from 255) = 33.12%

R = 37.62%
G = 29.26%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAB6CE (or 0xEAB6CE) is known color: Chantilly. HEX triplet: EA, B6 and CE. RGB value is (234,182,206). Sum of RGB (Red+Green+Blue) = 234+182+206=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6CE is #154931. Grayscale: #C8C8C8. Windows color (decimal): -1394994 or 13547242. OLE color: 13547242.

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

Color convert

RGB 234 182 206 -
CMYK 0 0.22 0.12 0.08
HSL 332.31º 0.55% 0.82% -
HSV(B) 332.31º 0.22% 0.92% -
XYZ 61.8 55.4 65.83 -
YUV 200.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 234 182 206 0 0.22 0.12 0.08 332.31 0.55 0.82
Hex EA B6 CE 0 16 C 8 14C 37 52
Octal 352 266 316 0 26 14 10 514 67 122
Binary 11101010 10110110 11001110 0 10110 1100 1000 101001100 110111 1010010

Color Harmonies of #EAB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6CE

Black with #EAB6CE

Text Example


Text Example

White with #EAB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6CE; }

 p { color: rgb(234,182,206); }

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

background-color css

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

 a { background-color: rgb(234,182,206); }

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

border-color css

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

 span { border-color: rgb(234,182,206); }

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