#EED1CA

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

Shades of Coral Candy #EED1CA

Tints of Coral Candy #EED1CA

Color information

#EED1CA (or 0xEED1CA) is unknown color: approx Coral Candy. HEX triplet: EE, D1 and CA. RGB value is (238,209,202). Sum of RGB (Red+Green+Blue) = 238+209+202=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1CA is #112E35. Grayscale: #D8D8D8. Windows color (decimal): -1125942 or 13292014. OLE color: 13292014.

HSL color Cylindrical-coordinate representation of color #EED1CA: hue angle of 11.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED1CA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238209202-
CMYK00.120.150.07
HSL11.67º51.43%86.27%-
HSV(B)11.67º15.13%93.33%-
XYZ68.7268.0465.39-
YUV216.87119.61143.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=36.67%
G=32.20%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820920200.120.150.0711.6751.4386.27
HexEED1CA0CF7c3356
Octal3563213120141771463126
Binary11101110110100011100101001100111111111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1CA; }

 p { color: rgb(238,209,202); }

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

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

 a { background-color: rgb(238,209,202); }

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

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

 span { border-color: rgb(238,209,202); }

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