#EEBDCB

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

Shades of Chantilly #EEBDCB

Tints of Chantilly #EEBDCB

Color information

#EEBDCB (or 0xEEBDCB) is unknown color: approx Chantilly. HEX triplet: EE, BD and CB. RGB value is (238,189,203). Sum of RGB (Red+Green+Blue) = 238+189+203=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCB is #114234. Grayscale: #CDCDCD. Windows color (decimal): -1131061 or 13352430. OLE color: 13352430.

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

Color convert

RGB238189203-
CMYK00.210.150.07
HSL342.86º59.04%83.73%-
HSV(B)342.86º20.59%93.33%-
XYZ64.2458.8864.48-
YUV205.25126.73151.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=37.78%
G=30%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818920300.210.150.07342.8659.0483.73
HexEEBDCB015F71573b54
Octal35627531302517752773124
Binary11101110101111011100101101010111111111010101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDCB; }

 p { color: rgb(238,189,203); }

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

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

 a { background-color: rgb(238,189,203); }

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

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

 span { border-color: rgb(238,189,203); }

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