#EFBBCF

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

Shades of Chantilly #EFBBCF

Tints of Chantilly #EFBBCF

Color information

#EFBBCF (or 0xEFBBCF) is unknown color: approx Chantilly. HEX triplet: EF, BB and CF. RGB value is (239,187,207). Sum of RGB (Red+Green+Blue) = 239+187+207=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCF is #104430. Grayscale: #CCCCCC. Windows color (decimal): -1066033 or 13614063. OLE color: 13614063.

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

Color convert

RGB239187207-
CMYK00.220.130.06
HSL336.92º61.9%83.53%-
HSV(B)336.92º21.76%93.73%-
XYZ64.6358.466.9-
YUV204.83129.23152.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=37.76%
G=29.54%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918720700.220.130.06336.9261.983.53
HexEFBBCF016D61513e54
Octal35727331702615652176124
Binary11101111101110111100111101011011011101010100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBCF; }

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

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

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

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

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

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

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

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