#EFBEC6

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

Shades of Chantilly #EFBEC6

Tints of Chantilly #EFBEC6

Color information

#EFBEC6 (or 0xEFBEC6) is unknown color: approx Chantilly. HEX triplet: EF, BE and C6. RGB value is (239,190,198). Sum of RGB (Red+Green+Blue) = 239+190+198=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC6 is #104139. Grayscale: #CDCDCD. Windows color (decimal): -1065274 or 13025007. OLE color: 13025007.

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

Color convert

RGB239190198-
CMYK00.210.170.06
HSL350.2º60.49%84.12%-
HSV(B)350.2º20.5%93.73%-
XYZ64.259.2561.48-
YUV205.56123.73151.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=38.12%
G=30.30%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919019800.210.170.06350.260.4984.12
HexEFBEC601511615e3c54
Octal35727630602521653674124
Binary111011111011111011000110010101100011101010111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEC6; }

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

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

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

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

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

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

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

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