#EBBFCA

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

Shades of Chantilly #EBBFCA

Tints of Chantilly #EBBFCA

Color information

#EBBFCA (or 0xEBBFCA) is unknown color: approx Chantilly. HEX triplet: EB, BF and CA. RGB value is (235,191,202). Sum of RGB (Red+Green+Blue) = 235+191+202=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCA is #144035. Grayscale: #CDCDCD. Windows color (decimal): -1327158 or 13287403. OLE color: 13287403.

HSL color Cylindrical-coordinate representation of color #EBBFCA: hue angle of 345º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFCA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235191202-
CMYK00.190.140.08
HSL345º52.38%83.53%-
HSV(B)345º18.72%92.16%-
XYZ63.5559.1963.95-
YUV205.41126.08149.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=37.42%
G=30.41%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519120200.190.140.0834552.3883.53
HexEBBFCA013E81593454
Octal353277312023161053164124
Binary111010111011111111001010010011111010001010110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFCA; }

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

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

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

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

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

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

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

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