#EFBCC9

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

Shades of Chantilly #EFBCC9

Tints of Chantilly #EFBCC9

Color information

#EFBCC9 (or 0xEFBCC9) is unknown color: approx Chantilly. HEX triplet: EF, BC and C9. RGB value is (239,188,201). Sum of RGB (Red+Green+Blue) = 239+188+201=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCC9 is #104336. Grayscale: #CCCCCC. Windows color (decimal): -1065783 or 13221103. OLE color: 13221103.

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

Color convert

RGB239188201-
CMYK00.210.160.06
HSL344.71º61.45%83.73%-
HSV(B)344.71º21.34%93.73%-
XYZ64.1258.5363.18-
YUV204.73125.9152.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=38.06%
G=29.94%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918820100.210.160.06344.7161.4583.73
HexEFBCC90151061593d54
Octal35727431102520653175124
Binary111011111011110011001001010101100001101010110011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCC9; }

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

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

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

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

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

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

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

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