Html Css Color HEX #EAD1CC Coral Candy

📋 copy color: '#EAD1CC'

red 234 ◦ green 209 ◦ blue 204

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

Shades of Coral Candy #EAD1CC

Tints of Coral Candy #EAD1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.3%

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 36.17%
G = 32.3%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EAD1CC (or 0xEAD1CC) is known color: Coral Candy. HEX triplet: EA, D1 and CC. RGB value is (234,209,204). Sum of RGB (Red+Green+Blue) = 234+209+204=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1CC is #152E33. Grayscale: #D7D7D7. Windows color (decimal): -1388084 or 13423082. OLE color: 13423082.

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

Color convert

RGB 234 209 204 -
CMYK 0 0.11 0.13 0.08
HSL 10º 0.42% 0.86% -
HSV(B) 10º 0.13% 0.92% -
XYZ 67.63 67.45 66.58 -
YUV 215.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 234 209 204 0 0.11 0.13 0.08 10 0.42 0.86
Hex EA D1 CC 0 B D 8 A 2A 56
Octal 352 321 314 0 13 15 10 12 52 126
Binary 11101010 11010001 11001100 0 1011 1101 1000 1010 101010 1010110

Color Harmonies of #EAD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD1CC

Black with #EAD1CC

Text Example


Text Example

White with #EAD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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