#EEBDC6

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

Shades of Chantilly #EEBDC6

Tints of Chantilly #EEBDC6

Color information

#EEBDC6 (or 0xEEBDC6) is unknown color: approx Chantilly. HEX triplet: EE, BD and C6. RGB value is (238,189,198). Sum of RGB (Red+Green+Blue) = 238+189+198=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC6 is #114239. Grayscale: #CCCCCC. Windows color (decimal): -1131066 or 13024750. OLE color: 13024750.

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

Color convert

RGB238189198-
CMYK00.210.170.07
HSL348.98º59.04%83.73%-
HSV(B)348.98º20.59%93.33%-
XYZ63.6558.6561.39-
YUV204.68124.23151.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=38.08%
G=30.24%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818919800.210.170.07348.9859.0483.73
HexEEBDC601511715d3b54
Octal35627530602521753573124
Binary111011101011110111000110010101100011111010111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDC6; }

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

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

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

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

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

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

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

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