#EED3CD

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

Shades of Coral Candy #EED3CD

Tints of Coral Candy #EED3CD

Color information

#EED3CD (or 0xEED3CD) is unknown color: approx Coral Candy. HEX triplet: EE, D3 and CD. RGB value is (238,211,205). Sum of RGB (Red+Green+Blue) = 238+211+205=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3CD is #112C32. Grayscale: #DADADA. Windows color (decimal): -1125427 or 13489134. OLE color: 13489134.

HSL color Cylindrical-coordinate representation of color #EED3CD: hue angle of 10.91º 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 #EED3CD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238211205-
CMYK00.110.140.07
HSL10.91º49.25%86.86%-
HSV(B)10.91º13.87%93.33%-
XYZ69.5769.1767.44-
YUV218.39120.45141.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=36.39%
G=32.26%
B=31.35%

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
Decimal23821120500.110.140.0710.9149.2586.86
HexEED3CD0BE7b3157
Octal3563233150131671361127
Binary11101110110100111100110101011111011110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3CD; }

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

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

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

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

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

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

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

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