#EFBFC8

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

Shades of Chantilly #EFBFC8

Tints of Chantilly #EFBFC8

Color information

#EFBFC8 (or 0xEFBFC8) is unknown color: approx Chantilly. HEX triplet: EF, BF and C8. RGB value is (239,191,200). Sum of RGB (Red+Green+Blue) = 239+191+200=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC8 is #104037. Grayscale: #CECECE. Windows color (decimal): -1065016 or 13156335. OLE color: 13156335.

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

Color convert

RGB239191200-
CMYK00.200.160.06
HSL348.75º60%84.31%-
HSV(B)348.75º20.08%93.73%-
XYZ64.6559.7862.78-
YUV206.38124.4151.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=37.94%
G=30.32%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919120000.200.160.06348.756084.31
HexEFBFC801410615d3c54
Octal35727731002420653574124
Binary111011111011111111001000010100100001101010111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFC8; }

 p { color: rgb(239,191,200); }

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

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

 a { background-color: rgb(239,191,200); }

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

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

 span { border-color: rgb(239,191,200); }

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