#EEBFD1

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

Shades of Chantilly #EEBFD1

Tints of Chantilly #EEBFD1

Color information

#EEBFD1 (or 0xEEBFD1) is unknown color: approx Chantilly. HEX triplet: EE, BF and D1. RGB value is (238,191,209). Sum of RGB (Red+Green+Blue) = 238+191+209=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD1 is #11402E. Grayscale: #CFCFCF. Windows color (decimal): -1130543 or 13746158. OLE color: 13746158.

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

Color convert

RGB238191209-
CMYK00.200.120.07
HSL337.02º58.02%84.12%-
HSV(B)337.02º19.75%93.33%-
XYZ65.460.0468.46-
YUV207.1129.07150.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 209 (82.03% from 255) = 32.76%
R=37.30%
G=29.94%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819120900.200.120.07337.0258.0284.12
HexEEBFD1014C71513a54
Octal35627732102414752172124
Binary11101110101111111101000101010011001111010100011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFD1; }

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

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

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

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

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

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

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

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