#EAB2CB

Color #EAB2CB Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #EAB2CB

Tints of Chantilly #EAB2CB

Color information

#EAB2CB (or 0xEAB2CB) is unknown color: approx Chantilly. HEX triplet: EA, B2 and CB. RGB value is (234,178,203). Sum of RGB (Red+Green+Blue) = 234+178+203=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2CB is #154D34. Grayscale: #C5C5C5. Windows color (decimal): -1396021 or 13349610. OLE color: 13349610.

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

Color convert

RGB234178203-
CMYK00.240.130.08
HSL333.21º57.14%80.78%-
HSV(B)333.21º23.93%91.76%-
XYZ60.6353.6563.66-
YUV197.59131.05153.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=38.05%
G=28.94%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417820300.240.130.08333.2157.1480.78
HexEAB2CB018D814d3951
Octal352262313030151051571121
Binary111010101011001011001011011000110110001010011011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2CB; }

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

 H1.HeaderClassName
 {
   color: #EAB2CB;
 }
 .AnyTagClassName
 {
   color: #EAB2CB;
 }
</style>
background-color css

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

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

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

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

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

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