#EFBCCC

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

Shades of Chantilly #EFBCCC

Tints of Chantilly #EFBCCC

Color information

#EFBCCC (or 0xEFBCCC) is unknown color: approx Chantilly. HEX triplet: EF, BC and CC. RGB value is (239,188,204). Sum of RGB (Red+Green+Blue) = 239+188+204=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCCC is #104333. Grayscale: #CDCDCD. Windows color (decimal): -1065780 or 13417711. OLE color: 13417711.

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

Color convert

RGB239188204-
CMYK00.210.150.06
HSL341.18º61.45%83.73%-
HSV(B)341.18º21.34%93.73%-
XYZ64.4858.6865.05-
YUV205.07127.4152.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=37.88%
G=29.79%
B=32.33%

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
Decimal23918820400.210.150.06341.1861.4583.73
HexEFBCCC015F61553d54
Octal35727431402517652575124
Binary11101111101111001100110001010111111101010101011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCCC; }

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

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

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

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

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

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

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

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