#EEBCCD

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

Shades of Chantilly #EEBCCD

Tints of Chantilly #EEBCCD

Color information

#EEBCCD (or 0xEEBCCD) is unknown color: approx Chantilly. HEX triplet: EE, BC and CD. RGB value is (238,188,205). Sum of RGB (Red+Green+Blue) = 238+188+205=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCCD is #114332. Grayscale: #CCCCCC. Windows color (decimal): -1131315 or 13483246. OLE color: 13483246.

HSL color Cylindrical-coordinate representation of color #EEBCCD: hue angle of 339.6º 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 #EEBCCD is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238188205-
CMYK00.210.140.07
HSL339.6º59.52%83.53%-
HSV(B)339.6º21.01%93.33%-
XYZ64.2658.5565.67-
YUV204.89128.06151.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=37.72%
G=29.79%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818820500.210.140.07339.659.5283.53
HexEEBCCD015E71543c54
Octal35627431502516752474124
Binary11101110101111001100110101010111101111010101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCCD; }

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

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

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

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

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

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

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

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