#EFC2CC

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

Shades of Chantilly #EFC2CC

Tints of Chantilly #EFC2CC

Color information

#EFC2CC (or 0xEFC2CC) is unknown color: approx Chantilly. HEX triplet: EF, C2 and CC. RGB value is (239,194,204). Sum of RGB (Red+Green+Blue) = 239+194+204=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CC is #103D33. Grayscale: #D0D0D0. Windows color (decimal): -1064244 or 13419247. OLE color: 13419247.

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

Color convert

RGB239194204-
CMYK00.190.150.06
HSL346.67º58.44%84.9%-
HSV(B)346.67º18.83%93.73%-
XYZ65.7961.2965.49-
YUV208.6125.41149.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=37.52%
G=30.46%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919420400.190.150.06346.6758.4484.9
HexEFC2CC013F615b3a55
Octal35730231402317653372125
Binary11101111110000101100110001001111111101010110111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2CC; }

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

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

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

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

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

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

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

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