#EBBECF

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

Shades of Chantilly #EBBECF

Tints of Chantilly #EBBECF

Color information

#EBBECF (or 0xEBBECF) is unknown color: approx Chantilly. HEX triplet: EB, BE and CF. RGB value is (235,190,207). Sum of RGB (Red+Green+Blue) = 235+190+207=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBECF is #144130. Grayscale: #CDCDCD. Windows color (decimal): -1327409 or 13614827. OLE color: 13614827.

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

Color convert

RGB235190207-
CMYK00.190.120.08
HSL337.33º52.94%83.33%-
HSV(B)337.33º19.15%92.16%-
XYZ63.9458.9967.05-
YUV205.39128.91149.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=37.18%
G=30.06%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519020700.190.120.08337.3352.9483.33
HexEBBECF013C81513553
Octal353276317023141052165123
Binary111010111011111011001111010011110010001010100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBECF; }

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

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

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

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

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

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

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

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