#EEBDCC

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

Shades of Chantilly #EEBDCC

Tints of Chantilly #EEBDCC

Color information

#EEBDCC (or 0xEEBDCC) is unknown color: approx Chantilly. HEX triplet: EE, BD and CC. RGB value is (238,189,204). Sum of RGB (Red+Green+Blue) = 238+189+204=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCC is #114233. Grayscale: #CDCDCD. Windows color (decimal): -1131060 or 13417966. OLE color: 13417966.

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

Color convert

RGB238189204-
CMYK00.210.140.07
HSL341.63º59.04%83.73%-
HSV(B)341.63º20.59%93.33%-
XYZ64.3658.9365.11-
YUV205.36127.23151.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=37.72%
G=29.95%
B=32.33%

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
Decimal23818920400.210.140.07341.6359.0483.73
HexEEBDCC015E71563b54
Octal35627531402516752673124
Binary11101110101111011100110001010111101111010101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDCC; }

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

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

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

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

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

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

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

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