#EEBCD0

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

Shades of Chantilly #EEBCD0

Tints of Chantilly #EEBCD0

Color information

#EEBCD0 (or 0xEEBCD0) is unknown color: approx Chantilly. HEX triplet: EE, BC and D0. RGB value is (238,188,208). Sum of RGB (Red+Green+Blue) = 238+188+208=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD0 is #11432F. Grayscale: #CDCDCD. Windows color (decimal): -1131312 or 13679854. OLE color: 13679854.

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

Color convert

RGB238188208-
CMYK00.210.130.07
HSL336º59.52%83.53%-
HSV(B)336º21.01%93.33%-
XYZ64.6358.767.6-
YUV205.23129.56151.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=37.54%
G=29.65%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818820800.210.130.0733659.5283.53
HexEEBCD0015D71503c54
Octal35627432002515752074124
Binary11101110101111001101000001010111011111010100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCD0; }

 p { color: rgb(238,188,208); }

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

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

 a { background-color: rgb(238,188,208); }

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

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

 span { border-color: rgb(238,188,208); }

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