#EBC3CF

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

Shades of Chantilly #EBC3CF

Tints of Chantilly #EBC3CF

Color information

#EBC3CF (or 0xEBC3CF) is unknown color: approx Chantilly. HEX triplet: EB, C3 and CF. RGB value is (235,195,207). Sum of RGB (Red+Green+Blue) = 235+195+207=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CF is #143C30. Grayscale: #D0D0D0. Windows color (decimal): -1326129 or 13616107. OLE color: 13616107.

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

Color convert

RGB235195207-
CMYK00.170.120.08
HSL342º50%84.31%-
HSV(B)342º17.02%92.16%-
XYZ65.0461.267.42-
YUV208.33127.25147.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=36.89%
G=30.61%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519520700.170.120.083425084.31
HexEBC3CF011C81563254
Octal353303317021141052662124
Binary111010111100001111001111010001110010001010101101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3CF; }

 p { color: rgb(235,195,207); }

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

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

 a { background-color: rgb(235,195,207); }

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

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

 span { border-color: rgb(235,195,207); }

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