#EDD1C9

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

Shades of Coral Candy #EDD1C9

Tints of Coral Candy #EDD1C9

Color information

#EDD1C9 (or 0xEDD1C9) is unknown color: approx Coral Candy. HEX triplet: ED, D1 and C9. RGB value is (237,209,201). Sum of RGB (Red+Green+Blue) = 237+209+201=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1C9 is #122E36. Grayscale: #D8D8D8. Windows color (decimal): -1191479 or 13226477. OLE color: 13226477.

HSL color Cylindrical-coordinate representation of color #EDD1C9: hue angle of 13.33º degrees, saturation: 0.5, 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 #EDD1C9 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237209201-
CMYK00.120.150.07
HSL13.33º50%85.88%-
HSV(B)13.33º15.19%92.94%-
XYZ68.2767.8264.75-
YUV216.46119.28142.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 201 (78.91% from 255) = 31.07%
R=36.63%
G=32.30%
B=31.07%

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
Decimal23720920100.120.150.0713.335085.88
HexEDD1C90CF7d3256
Octal3553213110141771562126
Binary11101101110100011100100101100111111111011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1C9; }

 p { color: rgb(237,209,201); }

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

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

 a { background-color: rgb(237,209,201); }

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

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

 span { border-color: rgb(237,209,201); }

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