#EBB2CA

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

Shades of Chantilly #EBB2CA

Tints of Chantilly #EBB2CA

Color information

#EBB2CA (or 0xEBB2CA) is unknown color: approx Chantilly. HEX triplet: EB, B2 and CA. RGB value is (235,178,202). Sum of RGB (Red+Green+Blue) = 235+178+202=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2CA is #144D35. Grayscale: #C5C5C5. Windows color (decimal): -1330486 or 13284075. OLE color: 13284075.

HSL color Cylindrical-coordinate representation of color #EBB2CA: hue angle of 334.74º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2CA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235178202-
CMYK00.240.140.08
HSL334.74º58.76%80.98%-
HSV(B)334.74º24.26%92.16%-
XYZ60.8453.7763.05-
YUV197.78130.38154.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=38.21%
G=28.94%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517820200.240.140.08334.7458.7680.98
HexEBB2CA018E814f3b51
Octal353262312030161051773121
Binary111010111011001011001010011000111010001010011111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2CA; }

 p { color: rgb(235,178,202); }

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

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

 a { background-color: rgb(235,178,202); }

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

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

 span { border-color: rgb(235,178,202); }

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