Html Css Color HEX #EACDE0 Classic Rose

📋 copy color: '#EACDE0'

red 234 ◦ green 205 ◦ blue 224

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

Shades of Classic Rose #EACDE0

Tints of Classic Rose #EACDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.79%

R = 35.29%
G = 30.92%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EACDE0 (or 0xEACDE0) is known color: Classic Rose. HEX triplet: EA, CD and E0. RGB value is (234,205,224). Sum of RGB (Red+Green+Blue) = 234+205+224=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE0 is #15321F. Grayscale: #D7D7D7. Windows color (decimal): -1389088 or 14732778. OLE color: 14732778.

HSL color Cylindrical-coordinate representation of color #EACDE0: hue angle of 320.69º degrees, saturation: 0.41, 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 #EACDE0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 224 -
CMYK 0 0.12 0.04 0.08
HSL 320.69º 0.41% 0.86% -
HSV(B) 320.69º 0.12% 0.92% -
XYZ 69.22 66.54 79.72 -
YUV 215.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 234 205 224 0 0.12 0.04 0.08 320.69 0.41 0.86
Hex EA CD E0 0 C 4 8 141 29 56
Octal 352 315 340 0 14 4 10 501 51 126
Binary 11101010 11001101 11100000 0 1100 100 1000 101000001 101001 1010110

Color Harmonies of #EACDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDE0

Black with #EACDE0

Text Example


Text Example

White with #EACDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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