Html Css Color HEX #EACEDC Classic Rose

📋 copy color: '#EACEDC'

red 234 ◦ green 206 ◦ blue 220

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

Shades of Classic Rose #EACEDC

Tints of Classic Rose #EACEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.21%

 BLUE value IS 220 (86.33% from 255) = 33.33%

R = 35.45%
G = 31.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EACEDC (or 0xEACEDC) is known color: Classic Rose. HEX triplet: EA, CE and DC. RGB value is (234,206,220). Sum of RGB (Red+Green+Blue) = 234+206+220=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEDC is #153123. Grayscale: #D7D7D7. Windows color (decimal): -1388836 or 14470890. OLE color: 14470890.

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

Color convert

RGB 234 206 220 -
CMYK 0 0.12 0.06 0.08
HSL 330º 0.4% 0.86% -
HSV(B) 330º 0.12% 0.92% -
XYZ 68.92 66.8 76.97 -
YUV 215.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 234 206 220 0 0.12 0.06 0.08 330 0.4 0.86
Hex EA CE DC 0 C 6 8 14A 28 56
Octal 352 316 334 0 14 6 10 512 50 126
Binary 11101010 11001110 11011100 0 1100 110 1000 101001010 101000 1010110

Color Harmonies of #EACEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACEDC

Black with #EACEDC

Text Example


Text Example

White with #EACEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACEDC; }

 p { color: rgb(234,206,220); }

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

background-color css

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

 a { background-color: rgb(234,206,220); }

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

border-color css

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

 span { border-color: rgb(234,206,220); }

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