#EEBFD0

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

Shades of Chantilly #EEBFD0

Tints of Chantilly #EEBFD0

Color information

#EEBFD0 (or 0xEEBFD0) is unknown color: approx Chantilly. HEX triplet: EE, BF and D0. RGB value is (238,191,208). Sum of RGB (Red+Green+Blue) = 238+191+208=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD0 is #11402F. Grayscale: #CECECE. Windows color (decimal): -1130544 or 13680622. OLE color: 13680622.

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

Color convert

RGB238191208-
CMYK00.200.130.07
HSL338.3º58.02%84.12%-
HSV(B)338.3º19.75%93.33%-
XYZ65.2859.9967.81-
YUV206.99128.57150.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=37.36%
G=29.98%
B=32.65%

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
Decimal23819120800.200.130.07338.358.0284.12
HexEEBFD0014D71523a54
Octal35627732002415752272124
Binary11101110101111111101000001010011011111010100101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFD0; }

 p { color: rgb(238,191,208); }

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

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

 a { background-color: rgb(238,191,208); }

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

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

 span { border-color: rgb(238,191,208); }

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