#EEBECF

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

Shades of Chantilly #EEBECF

Tints of Chantilly #EEBECF

Color information

#EEBECF (or 0xEEBECF) is unknown color: approx Chantilly. HEX triplet: EE, BE and CF. RGB value is (238,190,207). Sum of RGB (Red+Green+Blue) = 238+190+207=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBECF is #114130. Grayscale: #CECECE. Windows color (decimal): -1130801 or 13614830. OLE color: 13614830.

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

Color convert

RGB238190207-
CMYK00.200.130.07
HSL338.75º58.54%83.92%-
HSV(B)338.75º20.17%93.33%-
XYZ64.9459.5167.1-
YUV206.29128.4150.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=37.48%
G=29.92%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819020700.200.130.07338.7558.5483.92
HexEEBECF014D71533b54
Octal35627631702415752373124
Binary11101110101111101100111101010011011111010100111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBECF; }

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

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

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

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

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

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

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

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