#EBC0CF

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

Shades of Chantilly #EBC0CF

Tints of Chantilly #EBC0CF

Color information

#EBC0CF (or 0xEBC0CF) is unknown color: approx Chantilly. HEX triplet: EB, C0 and CF. RGB value is (235,192,207). Sum of RGB (Red+Green+Blue) = 235+192+207=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0CF is #143F30. Grayscale: #CECECE. Windows color (decimal): -1326897 or 13615339. OLE color: 13615339.

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

Color convert

RGB235192207-
CMYK00.180.120.08
HSL339.07º51.81%83.73%-
HSV(B)339.07º18.3%92.16%-
XYZ64.3759.8767.19-
YUV206.57128.25148.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=37.07%
G=30.28%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519220700.180.120.08339.0751.8183.73
HexEBC0CF012C81533454
Octal353300317022141052364124
Binary111010111100000011001111010010110010001010100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0CF; }

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

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

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

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

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

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

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

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