#EFC3CB

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

Shades of Chantilly #EFC3CB

Tints of Chantilly #EFC3CB

Color information

#EFC3CB (or 0xEFC3CB) is unknown color: approx Chantilly. HEX triplet: EF, C3 and CB. RGB value is (239,195,203). Sum of RGB (Red+Green+Blue) = 239+195+203=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3CB is #103C34. Grayscale: #D1D1D1. Windows color (decimal): -1063989 or 13353967. OLE color: 13353967.

HSL color Cylindrical-coordinate representation of color #EFC3CB: hue angle of 349.09º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3CB is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239195203-
CMYK00.180.150.06
HSL349.09º57.89%85.1%-
HSV(B)349.09º18.41%93.73%-
XYZ65.8961.6964.93-
YUV209.07124.58149.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=37.52%
G=30.61%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919520300.180.150.06349.0957.8985.1
HexEFC3CB012F615d3a55
Octal35730331302217653572125
Binary11101111110000111100101101001011111101010111011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3CB; }

 p { color: rgb(239,195,203); }

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

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

 a { background-color: rgb(239,195,203); }

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

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

 span { border-color: rgb(239,195,203); }

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