Html Css Color HEX #EACDC8 Coral Candy

📋 copy color: '#EACDC8'

red 234 ◦ green 205 ◦ blue 200

#EACDC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #EACDC8

Tints of Coral Candy #EACDC8

RGB

 RED value IS 234 (91.8% from 255) = 36.62%

 GREEN value IS 205 (80.47% from 255) = 32.08%

 BLUE value IS 200 (78.52% from 255) = 31.3%

R = 36.62%
G = 32.08%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EACDC8 (or 0xEACDC8) is known color: Coral Candy. HEX triplet: EA, CD and C8. RGB value is (234,205,200). Sum of RGB (Red+Green+Blue) = 234+205+200=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDC8 is #153237. Grayscale: #D5D5D5. Windows color (decimal): -1389112 or 13159914. OLE color: 13159914.

HSL color Cylindrical-coordinate representation of color #EACDC8: hue angle of 8.82º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACDC8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 200 -
CMYK 0 0.12 0.15 0.08
HSL 8.82º 0.45% 0.85% -
HSV(B) 8.82º 0.15% 0.92% -
XYZ 66.19 65.33 63.76 -
YUV 213.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 234 205 200 0 0.12 0.15 0.08 8.82 0.45 0.85
Hex EA CD C8 0 C F 8 9 2D 55
Octal 352 315 310 0 14 17 10 11 55 125
Binary 11101010 11001101 11001000 0 1100 1111 1000 1001 101101 1010101

Color Harmonies of #EACDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDC8

Black with #EACDC8

Text Example


Text Example

White with #EACDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDC8; }

 p { color: rgb(234,205,200); }

 H1.HeaderClassName
 {
   color: #EACDC8;
 }
 .AnyTagClassName
 {
   color: #EACDC8;
 }
</style>

background-color css

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

 a { background-color: rgb(234,205,200); }

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

border-color css

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

 span { border-color: rgb(234,205,200); }

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