#EBAFCA

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

Shades of Chantilly #EBAFCA

Tints of Chantilly #EBAFCA

Color information

#EBAFCA (or 0xEBAFCA) is unknown color: approx Chantilly. HEX triplet: EB, AF and CA. RGB value is (235,175,202). Sum of RGB (Red+Green+Blue) = 235+175+202=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFCA is #145035. Grayscale: #C3C3C3. Windows color (decimal): -1331254 or 13283307. OLE color: 13283307.

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

Color convert

RGB235175202-
CMYK00.260.140.08
HSL333º60%80.39%-
HSV(B)333º25.53%92.16%-
XYZ60.2552.5962.85-
YUV196.02131.38155.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=38.40%
G=28.59%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517520200.260.140.083336080.39
HexEBAFCA01AE814d3c50
Octal353257312032161051574120
Binary111010111010111111001010011010111010001010011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFCA; }

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

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

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

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

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

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

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

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