#EED2CB

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

Shades of Coral Candy #EED2CB

Tints of Coral Candy #EED2CB

Color information

#EED2CB (or 0xEED2CB) is unknown color: approx Coral Candy. HEX triplet: EE, D2 and CB. RGB value is (238,210,203). Sum of RGB (Red+Green+Blue) = 238+210+203=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2CB is #112D34. Grayscale: #D9D9D9. Windows color (decimal): -1125685 or 13357806. OLE color: 13357806.

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

Color convert

RGB238210203-
CMYK00.120.150.07
HSL12º50.72%86.47%-
HSV(B)12º14.71%93.33%-
XYZ69.0968.5866.1-
YUV217.57119.78142.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=36.56%
G=32.26%
B=31.18%

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
Decimal23821020300.120.150.071250.7286.47
HexEED2CB0CF7c3356
Octal3563223130141771463126
Binary11101110110100101100101101100111111111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2CB; }

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

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

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

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

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

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

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

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