#EED4CD

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

Shades of Coral Candy #EED4CD

Tints of Coral Candy #EED4CD

Color information

#EED4CD (or 0xEED4CD) is unknown color: approx Coral Candy. HEX triplet: EE, D4 and CD. RGB value is (238,212,205). Sum of RGB (Red+Green+Blue) = 238+212+205=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4CD is #112B32. Grayscale: #DBDBDB. Windows color (decimal): -1125171 or 13489390. OLE color: 13489390.

HSL color Cylindrical-coordinate representation of color #EED4CD: hue angle of 12.73º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED4CD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238212205-
CMYK00.110.140.07
HSL12.73º49.25%86.86%-
HSV(B)12.73º13.87%93.33%-
XYZ69.8269.6767.53-
YUV218.98120.11141.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 212 (83.20% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=36.34%
G=32.37%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821220500.110.140.0712.7349.2586.86
HexEED4CD0BE7d3157
Octal3563243150131671561127
Binary11101110110101001100110101011111011111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4CD; }

 p { color: rgb(238,212,205); }

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

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

 a { background-color: rgb(238,212,205); }

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

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

 span { border-color: rgb(238,212,205); }

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