#EFC0CD

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

Shades of Chantilly #EFC0CD

Tints of Chantilly #EFC0CD

Color information

#EFC0CD (or 0xEFC0CD) is unknown color: approx Chantilly. HEX triplet: EF, C0 and CD. RGB value is (239,192,205). Sum of RGB (Red+Green+Blue) = 239+192+205=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CD is #103F32. Grayscale: #CFCFCF. Windows color (decimal): -1064755 or 13484271. OLE color: 13484271.

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

Color convert

RGB239192205-
CMYK00.200.140.06
HSL343.4º59.49%84.51%-
HSV(B)343.4º19.67%93.73%-
XYZ65.4760.4665.98-
YUV207.54126.57150.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=37.58%
G=30.19%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919220500.200.140.06343.459.4984.51
HexEFC0CD014E61573b55
Octal35730031502416652773125
Binary11101111110000001100110101010011101101010101111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0CD; }

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

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

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

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

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

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

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

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