#EEB7CD

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

Shades of Chantilly #EEB7CD

Tints of Chantilly #EEB7CD

Color information

#EEB7CD (or 0xEEB7CD) is unknown color: approx Chantilly. HEX triplet: EE, B7 and CD. RGB value is (238,183,205). Sum of RGB (Red+Green+Blue) = 238+183+205=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7CD is #114832. Grayscale: #C9C9C9. Windows color (decimal): -1132595 or 13481966. OLE color: 13481966.

HSL color Cylindrical-coordinate representation of color #EEB7CD: hue angle of 336º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB7CD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238183205-
CMYK00.230.140.07
HSL336º61.8%82.55%-
HSV(B)336º23.11%93.33%-
XYZ63.2156.4565.32-
YUV201.95129.72153.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=38.02%
G=29.23%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818320500.230.140.0733661.882.55
HexEEB7CD017E71503e53
Octal35626731502716752076123
Binary11101110101101111100110101011111101111010100001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB7CD; }

 p { color: rgb(238,183,205); }

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

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

 a { background-color: rgb(238,183,205); }

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

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

 span { border-color: rgb(238,183,205); }

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