#EFBCCA

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

Shades of Chantilly #EFBCCA

Tints of Chantilly #EFBCCA

Color information

#EFBCCA (or 0xEFBCCA) is unknown color: approx Chantilly. HEX triplet: EF, BC and CA. RGB value is (239,188,202). Sum of RGB (Red+Green+Blue) = 239+188+202=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCCA is #104335. Grayscale: #CCCCCC. Windows color (decimal): -1065782 or 13286639. OLE color: 13286639.

HSL color Cylindrical-coordinate representation of color #EFBCCA: hue angle of 343.53º degrees, saturation: 0.61, 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 #EFBCCA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239188202-
CMYK00.210.150.06
HSL343.53º61.45%83.73%-
HSV(B)343.53º21.34%93.73%-
XYZ64.2458.5863.8-
YUV204.84126.4152.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=38.00%
G=29.89%
B=32.11%

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
Decimal23918820200.210.150.06343.5361.4583.73
HexEFBCCA015F61583d54
Octal35727431202517653075124
Binary11101111101111001100101001010111111101010110001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCCA; }

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

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

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

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

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

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

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

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