#EEBBD1

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

Shades of Chantilly #EEBBD1

Tints of Chantilly #EEBBD1

Color information

#EEBBD1 (or 0xEEBBD1) is unknown color: approx Chantilly. HEX triplet: EE, BB and D1. RGB value is (238,187,209). Sum of RGB (Red+Green+Blue) = 238+187+209=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBD1 is #11442E. Grayscale: #CCCCCC. Windows color (decimal): -1131567 or 13745134. OLE color: 13745134.

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

Color convert

RGB238187209-
CMYK00.210.120.07
HSL334.12º60%83.33%-
HSV(B)334.12º21.43%93.33%-
XYZ64.5458.3268.18-
YUV204.76130.4151.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 209 (82.03% from 255) = 32.97%
R=37.54%
G=29.50%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818720900.210.120.07334.126083.33
HexEEBBD1015C714e3c53
Octal35627332102514751674123
Binary11101110101110111101000101010111001111010011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBD1; }

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

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

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

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

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

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

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

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