#EEBBCD

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

Shades of Chantilly #EEBBCD

Tints of Chantilly #EEBBCD

Color information

#EEBBCD (or 0xEEBBCD) is unknown color: approx Chantilly. HEX triplet: EE, BB and CD. RGB value is (238,187,205). Sum of RGB (Red+Green+Blue) = 238+187+205=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBCD is #114432. Grayscale: #CCCCCC. Windows color (decimal): -1131571 or 13482990. OLE color: 13482990.

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

Color convert

RGB238187205-
CMYK00.210.140.07
HSL338.82º60%83.33%-
HSV(B)338.82º21.43%93.33%-
XYZ64.0558.1365.6-
YUV204.3128.4152.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=37.78%
G=29.68%
B=32.54%

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
Decimal23818720500.210.140.07338.826083.33
HexEEBBCD015E71533c53
Octal35627331502516752374123
Binary11101110101110111100110101010111101111010100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBCD; }

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

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

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

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

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

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

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

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