#EFBEC7

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

Shades of Chantilly #EFBEC7

Tints of Chantilly #EFBEC7

Color information

#EFBEC7 (or 0xEFBEC7) is unknown color: approx Chantilly. HEX triplet: EF, BE and C7. RGB value is (239,190,199). Sum of RGB (Red+Green+Blue) = 239+190+199=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC7 is #104138. Grayscale: #CDCDCD. Windows color (decimal): -1065273 or 13090543. OLE color: 13090543.

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

Color convert

RGB239190199-
CMYK00.210.170.06
HSL348.98º60.49%84.12%-
HSV(B)348.98º20.5%93.73%-
XYZ64.3259.362.09-
YUV205.68124.23151.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=38.06%
G=30.25%
B=31.69%

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
Decimal23919019900.210.170.06348.9860.4984.12
HexEFBEC701511615d3c54
Octal35727630702521653574124
Binary111011111011111011000111010101100011101010111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEC7; }

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

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

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

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

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

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

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

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