#EEBECA

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

Shades of Chantilly #EEBECA

Tints of Chantilly #EEBECA

Color information

#EEBECA (or 0xEEBECA) is unknown color: approx Chantilly. HEX triplet: EE, BE and CA. RGB value is (238,190,202). Sum of RGB (Red+Green+Blue) = 238+190+202=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBECA is #114135. Grayscale: #CDCDCD. Windows color (decimal): -1130806 or 13287150. OLE color: 13287150.

HSL color Cylindrical-coordinate representation of color #EEBECA: hue angle of 345º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBECA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238190202-
CMYK00.200.150.07
HSL345º58.54%83.92%-
HSV(B)345º20.17%93.33%-
XYZ64.3359.2763.93-
YUV205.72125.9151.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=37.78%
G=30.16%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819020200.200.150.0734558.5483.92
HexEEBECA014F71593b54
Octal35627631202417753173124
Binary11101110101111101100101001010011111111010110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBECA; }

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

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

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

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

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

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

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

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