#EED0CB

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

Shades of Coral Candy #EED0CB

Tints of Coral Candy #EED0CB

Color information

#EED0CB (or 0xEED0CB) is unknown color: approx Coral Candy. HEX triplet: EE, D0 and CB. RGB value is (238,208,203). Sum of RGB (Red+Green+Blue) = 238+208+203=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0CB is #112F34. Grayscale: #D8D8D8. Windows color (decimal): -1126197 or 13357294. OLE color: 13357294.

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

Color convert

RGB238208203-
CMYK00.130.150.07
HSL8.57º50.72%86.47%-
HSV(B)8.57º14.71%93.33%-
XYZ68.667.665.93-
YUV216.4120.44143.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=36.67%
G=32.05%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820820300.130.150.078.5750.7286.47
HexEED0CB0DF793356
Octal3563203130151771163126
Binary11101110110100001100101101101111111110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0CB; }

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

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

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

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

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

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

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

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