#EEC3D0

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

Shades of Chantilly #EEC3D0

Tints of Chantilly #EEC3D0

Color information

#EEC3D0 (or 0xEEC3D0) is unknown color: approx Chantilly. HEX triplet: EE, C3 and D0. RGB value is (238,195,208). Sum of RGB (Red+Green+Blue) = 238+195+208=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3D0 is #113C2F. Grayscale: #D1D1D1. Windows color (decimal): -1129520 or 13681646. OLE color: 13681646.

HSL color Cylindrical-coordinate representation of color #EEC3D0: hue angle of 341.86º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3D0 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238195208-
CMYK00.180.130.07
HSL341.86º55.84%84.9%-
HSV(B)341.86º18.07%93.33%-
XYZ66.1661.7668.11-
YUV209.34127.25148.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 195 (76.56% from 255) = 30.42%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=37.13%
G=30.42%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819520800.180.130.07341.8655.8484.9
HexEEC3D0012D71563855
Octal35630332002215752670125
Binary11101110110000111101000001001011011111010101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3D0; }

 p { color: rgb(238,195,208); }

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

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

 a { background-color: rgb(238,195,208); }

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

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

 span { border-color: rgb(238,195,208); }

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