#EEBDCA

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

Shades of Chantilly #EEBDCA

Tints of Chantilly #EEBDCA

Color information

#EEBDCA (or 0xEEBDCA) is unknown color: approx Chantilly. HEX triplet: EE, BD and CA. RGB value is (238,189,202). Sum of RGB (Red+Green+Blue) = 238+189+202=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCA is #114235. Grayscale: #CDCDCD. Windows color (decimal): -1131062 or 13286894. OLE color: 13286894.

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

Color convert

RGB238189202-
CMYK00.210.150.07
HSL344.08º59.04%83.73%-
HSV(B)344.08º20.59%93.33%-
XYZ64.1258.8463.85-
YUV205.13126.23151.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=37.84%
G=30.05%
B=32.11%

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
Decimal23818920200.210.150.07344.0859.0483.73
HexEEBDCA015F71583b54
Octal35627531202517753073124
Binary11101110101111011100101001010111111111010110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDCA; }

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

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

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

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

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

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

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

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