#EFC2D0

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

Shades of Chantilly #EFC2D0

Tints of Chantilly #EFC2D0

Color information

#EFC2D0 (or 0xEFC2D0) is unknown color: approx Chantilly. HEX triplet: EF, C2 and D0. RGB value is (239,194,208). Sum of RGB (Red+Green+Blue) = 239+194+208=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2D0 is #103D2F. Grayscale: #D1D1D1. Windows color (decimal): -1064240 or 13681391. OLE color: 13681391.

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

Color convert

RGB239194208-
CMYK00.190.130.06
HSL341.33º58.44%84.9%-
HSV(B)341.33º18.83%93.73%-
XYZ66.2761.4968.05-
YUV209.05127.41149.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=37.29%
G=30.27%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919420800.190.130.06341.3358.4484.9
HexEFC2D0013D61553a55
Octal35730232002315652572125
Binary11101111110000101101000001001111011101010101011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2D0; }

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

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

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

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

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

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

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

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