#EDD0CB

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

Shades of Coral Candy #EDD0CB

Tints of Coral Candy #EDD0CB

Color information

#EDD0CB (or 0xEDD0CB) is unknown color: approx Coral Candy. HEX triplet: ED, D0 and CB. RGB value is (237,208,203). Sum of RGB (Red+Green+Blue) = 237+208+203=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CB is #122F34. Grayscale: #D8D8D8. Windows color (decimal): -1191733 or 13357293. OLE color: 13357293.

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

Color convert

RGB237208203-
CMYK00.120.140.07
HSL8.82º48.57%86.27%-
HSV(B)8.82º14.35%92.94%-
XYZ68.2667.4365.92-
YUV216.1120.61142.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 203 (79.69% from 255) = 31.33%
R=36.57%
G=32.10%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720820300.120.140.078.8248.5786.27
HexEDD0CB0CE793156
Octal3553203130141671161126
Binary11101101110100001100101101100111011110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0CB; }

 p { color: rgb(237,208,203); }

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

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

 a { background-color: rgb(237,208,203); }

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

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

 span { border-color: rgb(237,208,203); }

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