#EFBECF

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

Shades of Chantilly #EFBECF

Tints of Chantilly #EFBECF

Color information

#EFBECF (or 0xEFBECF) is unknown color: approx Chantilly. HEX triplet: EF, BE and CF. RGB value is (239,190,207). Sum of RGB (Red+Green+Blue) = 239+190+207=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECF is #104130. Grayscale: #CECECE. Windows color (decimal): -1065265 or 13614831. OLE color: 13614831.

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

Color convert

RGB239190207-
CMYK00.210.130.06
HSL339.18º60.49%84.12%-
HSV(B)339.18º20.5%93.73%-
XYZ65.2759.6867.11-
YUV206.59128.23151.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=37.58%
G=29.87%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919020700.210.130.06339.1860.4984.12
HexEFBECF015D61533c54
Octal35727631702515652374124
Binary11101111101111101100111101010111011101010100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBECF; }

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

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

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

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

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

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

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

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