#EFC0CA

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

Shades of Chantilly #EFC0CA

Tints of Chantilly #EFC0CA

Color information

#EFC0CA (or 0xEFC0CA) is unknown color: approx Chantilly. HEX triplet: EF, C0 and CA. RGB value is (239,192,202). Sum of RGB (Red+Green+Blue) = 239+192+202=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CA is #103F35. Grayscale: #CFCFCF. Windows color (decimal): -1064758 or 13287663. OLE color: 13287663.

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

Color convert

RGB239192202-
CMYK00.200.150.06
HSL347.23º59.49%84.51%-
HSV(B)347.23º19.67%93.73%-
XYZ65.1160.3164.09-
YUV207.19125.07150.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=37.76%
G=30.33%
B=31.91%

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
Decimal23919220200.200.150.06347.2359.4984.51
HexEFC0CA014F615b3b55
Octal35730031202417653373125
Binary11101111110000001100101001010011111101010110111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0CA; }

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

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

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

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

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

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

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

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