#EFBBC3

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

Shades of Chantilly #EFBBC3

Tints of Chantilly #EFBBC3

Color information

#EFBBC3 (or 0xEFBBC3) is unknown color: approx Chantilly. HEX triplet: EF, BB and C3. RGB value is (239,187,195). Sum of RGB (Red+Green+Blue) = 239+187+195=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC3 is #10443C. Grayscale: #CBCBCB. Windows color (decimal): -1066045 or 12827631. OLE color: 12827631.

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

Color convert

RGB239187195-
CMYK00.220.180.06
HSL350.77º61.9%83.53%-
HSV(B)350.77º21.76%93.73%-
XYZ63.2257.8359.46-
YUV203.46123.23153.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 195 (76.56% from 255) = 31.40%
R=38.49%
G=30.11%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918719500.220.180.06350.7761.983.53
HexEFBBC301612615f3e54
Octal35727330302622653776124
Binary111011111011101111000011010110100101101010111111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC3; }

 p { color: rgb(239,187,195); }

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

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

 a { background-color: rgb(239,187,195); }

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

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

 span { border-color: rgb(239,187,195); }

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