#EFC3CC

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

Shades of Chantilly #EFC3CC

Tints of Chantilly #EFC3CC

Color information

#EFC3CC (or 0xEFC3CC) is unknown color: approx Chantilly. HEX triplet: EF, C3 and CC. RGB value is (239,195,204). Sum of RGB (Red+Green+Blue) = 239+195+204=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3CC is #103C33. Grayscale: #D1D1D1. Windows color (decimal): -1063988 or 13419503. OLE color: 13419503.

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

Color convert

RGB239195204-
CMYK00.180.150.06
HSL347.73º57.89%85.1%-
HSV(B)347.73º18.41%93.73%-
XYZ66.0161.7465.56-
YUV209.18125.08149.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=37.46%
G=30.56%
B=31.97%

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
Decimal23919520400.180.150.06347.7357.8985.1
HexEFC3CC012F615c3a55
Octal35730331402217653472125
Binary11101111110000111100110001001011111101010111001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3CC; }

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

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

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

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

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

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

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

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