#EBBDC6

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

Shades of Chantilly #EBBDC6

Tints of Chantilly #EBBDC6

Color information

#EBBDC6 (or 0xEBBDC6) is unknown color: approx Chantilly. HEX triplet: EB, BD and C6. RGB value is (235,189,198). Sum of RGB (Red+Green+Blue) = 235+189+198=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC6 is #144239. Grayscale: #CBCBCB. Windows color (decimal): -1327674 or 13024747. OLE color: 13024747.

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

Color convert

RGB235189198-
CMYK00.200.160.08
HSL348.26º53.49%83.14%-
HSV(B)348.26º19.57%92.16%-
XYZ62.6558.1361.35-
YUV203.78124.74150.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=37.78%
G=30.39%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518919800.200.160.08348.2653.4983.14
HexEBBDC601410815c3553
Octal353275306024201053465123
Binary1110101110111101110001100101001000010001010111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDC6; }

 p { color: rgb(235,189,198); }

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

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

 a { background-color: rgb(235,189,198); }

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

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

 span { border-color: rgb(235,189,198); }

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