#EBB6CF

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

Shades of Chantilly #EBB6CF

Tints of Chantilly #EBB6CF

Color information

#EBB6CF (or 0xEBB6CF) is unknown color: approx Chantilly. HEX triplet: EB, B6 and CF. RGB value is (235,182,207). Sum of RGB (Red+Green+Blue) = 235+182+207=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6CF is #144930. Grayscale: #C8C8C8. Windows color (decimal): -1329457 or 13612779. OLE color: 13612779.

HSL color Cylindrical-coordinate representation of color #EBB6CF: hue angle of 331.7º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6CF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235182207-
CMYK00.230.120.08
HSL331.7º56.99%81.76%-
HSV(B)331.7º22.55%92.16%-
XYZ62.2555.6266.49-
YUV200.7131.56152.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 182 (71.48% from 255) = 29.17%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=37.66%
G=29.17%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518220700.230.120.08331.756.9981.76
HexEBB6CF017C814c3952
Octal353266317027141051471122
Binary111010111011011011001111010111110010001010011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6CF; }

 p { color: rgb(235,182,207); }

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

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

 a { background-color: rgb(235,182,207); }

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

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

 span { border-color: rgb(235,182,207); }

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