#EAD1CB

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

Shades of Coral Candy #EAD1CB

Tints of Coral Candy #EAD1CB

Color information

#EAD1CB (or 0xEAD1CB) is unknown color: approx Coral Candy. HEX triplet: EA, D1 and CB. RGB value is (234,209,203). Sum of RGB (Red+Green+Blue) = 234+209+203=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1CB is #152E34. Grayscale: #D7D7D7. Windows color (decimal): -1388085 or 13357546. OLE color: 13357546.

HSL color Cylindrical-coordinate representation of color #EAD1CB: hue angle of 11.61º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAD1CB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234209203-
CMYK00.110.130.08
HSL11.61º42.47%85.69%-
HSV(B)11.61º13.25%91.76%-
XYZ67.5167.4165.95-
YUV215.79120.78140.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 209 (82.03% from 255) = 32.35%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=36.22%
G=32.35%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420920300.110.130.0811.6142.4785.69
HexEAD1CB0BD8c2a56
Octal35232131301315101452126
Binary111010101101000111001011010111101100011001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1CB; }

 p { color: rgb(234,209,203); }

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

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

 a { background-color: rgb(234,209,203); }

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

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

 span { border-color: rgb(234,209,203); }

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