#EBBBD1

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

Shades of Chantilly #EBBBD1

Tints of Chantilly #EBBBD1

Color information

#EBBBD1 (or 0xEBBBD1) is unknown color: approx Chantilly. HEX triplet: EB, BB and D1. RGB value is (235,187,209). Sum of RGB (Red+Green+Blue) = 235+187+209=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBD1 is #14442E. Grayscale: #CBCBCB. Windows color (decimal): -1328175 or 13745131. OLE color: 13745131.

HSL color Cylindrical-coordinate representation of color #EBBBD1: hue angle of 332.5º degrees, saturation: 0.55, 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 #EBBBD1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235187209-
CMYK00.200.110.08
HSL332.5º54.55%82.75%-
HSV(B)332.5º20.43%92.16%-
XYZ63.5457.8168.13-
YUV203.86130.9150.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=37.24%
G=29.64%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518720900.200.110.08332.554.5582.75
HexEBBBD1014B814c3753
Octal353273321024131051467123
Binary111010111011101111010001010100101110001010011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBD1; }

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

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

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

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

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

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

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

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