Html Css Color HEX #EACDDE Classic Rose

📋 copy color: '#EACDDE'

red 234 ◦ green 205 ◦ blue 222

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

Shades of Classic Rose #EACDDE

Tints of Classic Rose #EACDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.59%

R = 35.4%
G = 31.01%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EACDDE (or 0xEACDDE) is known color: Classic Rose. HEX triplet: EA, CD and DE. RGB value is (234,205,222). Sum of RGB (Red+Green+Blue) = 234+205+222=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDDE is #153221. Grayscale: #D7D7D7. Windows color (decimal): -1389090 or 14601706. OLE color: 14601706.

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

Color convert

RGB 234 205 222 -
CMYK 0 0.12 0.05 0.08
HSL 324.83º 0.41% 0.86% -
HSV(B) 324.83º 0.12% 0.92% -
XYZ 68.95 66.43 78.3 -
YUV 215.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 234 205 222 0 0.12 0.05 0.08 324.83 0.41 0.86
Hex EA CD DE 0 C 5 8 145 29 56
Octal 352 315 336 0 14 5 10 505 51 126
Binary 11101010 11001101 11011110 0 1100 101 1000 101000101 101001 1010110

Color Harmonies of #EACDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDDE

Black with #EACDDE

Text Example


Text Example

White with #EACDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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