#EEBDCE

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

Shades of Chantilly #EEBDCE

Tints of Chantilly #EEBDCE

Color information

#EEBDCE (or 0xEEBDCE) is unknown color: approx Chantilly. HEX triplet: EE, BD and CE. RGB value is (238,189,206). Sum of RGB (Red+Green+Blue) = 238+189+206=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCE is #114231. Grayscale: #CDCDCD. Windows color (decimal): -1131058 or 13549038. OLE color: 13549038.

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

Color convert

RGB238189206-
CMYK00.210.130.07
HSL339.18º59.04%83.73%-
HSV(B)339.18º20.59%93.33%-
XYZ64.659.0366.38-
YUV205.59128.23151.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=37.60%
G=29.86%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818920600.210.130.07339.1859.0483.73
HexEEBDCE015D71533b54
Octal35627531602515752373124
Binary11101110101111011100111001010111011111010100111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDCE; }

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

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

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

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

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

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

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

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