#EFC0CC

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

Shades of Chantilly #EFC0CC

Tints of Chantilly #EFC0CC

Color information

#EFC0CC (or 0xEFC0CC) is unknown color: approx Chantilly. HEX triplet: EF, C0 and CC. RGB value is (239,192,204). Sum of RGB (Red+Green+Blue) = 239+192+204=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CC is #103F33. Grayscale: #CFCFCF. Windows color (decimal): -1064756 or 13418735. OLE color: 13418735.

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

Color convert

RGB239192204-
CMYK00.200.150.06
HSL344.68º59.49%84.51%-
HSV(B)344.68º19.67%93.73%-
XYZ65.3560.4165.34-
YUV207.42126.07150.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=37.64%
G=30.24%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919220400.200.150.06344.6859.4984.51
HexEFC0CC014F61593b55
Octal35730031402417653173125
Binary11101111110000001100110001010011111101010110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0CC; }

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

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

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

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

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

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

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

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