#EFBECA

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

Shades of Chantilly #EFBECA

Tints of Chantilly #EFBECA

Color information

#EFBECA (or 0xEFBECA) is unknown color: approx Chantilly. HEX triplet: EF, BE and CA. RGB value is (239,190,202). Sum of RGB (Red+Green+Blue) = 239+190+202=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECA is #104135. Grayscale: #CECECE. Windows color (decimal): -1065270 or 13287151. OLE color: 13287151.

HSL color Cylindrical-coordinate representation of color #EFBECA: hue angle of 345.31º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBECA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239190202-
CMYK00.210.150.06
HSL345.31º60.49%84.12%-
HSV(B)345.31º20.5%93.73%-
XYZ64.6759.4463.94-
YUV206.02125.73151.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=37.88%
G=30.11%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919020200.210.150.06345.3160.4984.12
HexEFBECA015F61593c54
Octal35727631202517653174124
Binary11101111101111101100101001010111111101010110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBECA; }

 p { color: rgb(239,190,202); }

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

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

 a { background-color: rgb(239,190,202); }

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

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

 span { border-color: rgb(239,190,202); }

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