#EBBCD1

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

Shades of Chantilly #EBBCD1

Tints of Chantilly #EBBCD1

Color information

#EBBCD1 (or 0xEBBCD1) is unknown color: approx Chantilly. HEX triplet: EB, BC and D1. RGB value is (235,188,209). Sum of RGB (Red+Green+Blue) = 235+188+209=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD1 is #14432E. Grayscale: #CCCCCC. Windows color (decimal): -1327919 or 13745387. OLE color: 13745387.

HSL color Cylindrical-coordinate representation of color #EBBCD1: hue angle of 333.19º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCD1 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235188209-
CMYK00.20.110.08
HSL333.19º54.02%82.94%-
HSV(B)333.19º20%92.16%-
XYZ63.7558.2368.2-
YUV204.45130.57149.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=37.18%
G=29.75%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518820900.20.110.08333.1954.0282.94
HexEBBCD1014B814d3653
Octal353274321024131051566123
Binary111010111011110011010001010100101110001010011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCD1; }

 p { color: rgb(235,188,209); }

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

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

 a { background-color: rgb(235,188,209); }

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

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

 span { border-color: rgb(235,188,209); }

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