#EBBFCD

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

Shades of Chantilly #EBBFCD

Tints of Chantilly #EBBFCD

Color information

#EBBFCD (or 0xEBBFCD) is unknown color: approx Chantilly. HEX triplet: EB, BF and CD. RGB value is (235,191,205). Sum of RGB (Red+Green+Blue) = 235+191+205=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCD is #144032. Grayscale: #CDCDCD. Windows color (decimal): -1327155 or 13484011. OLE color: 13484011.

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

Color convert

RGB235191205-
CMYK00.190.130.08
HSL340.91º52.38%83.53%-
HSV(B)340.91º18.72%92.16%-
XYZ63.9159.3365.84-
YUV205.75127.58148.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=37.24%
G=30.27%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519120500.190.130.08340.9152.3883.53
HexEBBFCD013D81553454
Octal353277315023151052564124
Binary111010111011111111001101010011110110001010101011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFCD; }

 p { color: rgb(235,191,205); }

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

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

 a { background-color: rgb(235,191,205); }

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

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

 span { border-color: rgb(235,191,205); }

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