#EBBED0

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

Shades of Chantilly #EBBED0

Tints of Chantilly #EBBED0

Color information

#EBBED0 (or 0xEBBED0) is unknown color: approx Chantilly. HEX triplet: EB, BE and D0. RGB value is (235,190,208). Sum of RGB (Red+Green+Blue) = 235+190+208=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED0 is #14412F. Grayscale: #CDCDCD. Windows color (decimal): -1327408 or 13680363. OLE color: 13680363.

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

Color convert

RGB235190208-
CMYK00.190.110.08
HSL336º52.94%83.33%-
HSV(B)336º19.15%92.16%-
XYZ64.0659.0467.69-
YUV205.51129.41149.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=37.12%
G=30.02%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519020800.190.110.0833652.9483.33
HexEBBED0013B81503553
Octal353276320023131052065123
Binary111010111011111011010000010011101110001010100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBED0; }

 p { color: rgb(235,190,208); }

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

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

 a { background-color: rgb(235,190,208); }

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

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

 span { border-color: rgb(235,190,208); }

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