#EEBFCA

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

Shades of Chantilly #EEBFCA

Tints of Chantilly #EEBFCA

Color information

#EEBFCA (or 0xEEBFCA) is unknown color: approx Chantilly. HEX triplet: EE, BF and CA. RGB value is (238,191,202). Sum of RGB (Red+Green+Blue) = 238+191+202=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCA is #114035. Grayscale: #CECECE. Windows color (decimal): -1130550 or 13287406. OLE color: 13287406.

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

Color convert

RGB238191202-
CMYK00.200.150.07
HSL345.96º58.02%84.12%-
HSV(B)345.96º19.75%93.33%-
XYZ64.5559.764-
YUV206.31125.57150.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=37.72%
G=30.27%
B=32.01%

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
Decimal23819120200.200.150.07345.9658.0284.12
HexEEBFCA014F715a3a54
Octal35627731202417753272124
Binary11101110101111111100101001010011111111010110101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFCA; }

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

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

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

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

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

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

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

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