#EBBBCE

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

Shades of Chantilly #EBBBCE

Tints of Chantilly #EBBBCE

Color information

#EBBBCE (or 0xEBBBCE) is unknown color: approx Chantilly. HEX triplet: EB, BB and CE. RGB value is (235,187,206). Sum of RGB (Red+Green+Blue) = 235+187+206=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBCE is #144431. Grayscale: #CBCBCB. Windows color (decimal): -1328178 or 13548523. OLE color: 13548523.

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

Color convert

RGB235187206-
CMYK00.200.120.08
HSL336.25º54.55%82.75%-
HSV(B)336.25º20.43%92.16%-
XYZ63.1757.6666.19-
YUV203.52129.4150.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=37.42%
G=29.78%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518720600.200.120.08336.2554.5582.75
HexEBBBCE014C81503753
Octal353273316024141052067123
Binary111010111011101111001110010100110010001010100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBCE; }

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

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

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

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

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

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

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

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