Html Css Color HEX #EACEDB Classic Rose

📋 copy color: '#EACEDB'

red 234 ◦ green 206 ◦ blue 219

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

Shades of Classic Rose #EACEDB

Tints of Classic Rose #EACEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.23%

R = 35.51%
G = 31.26%
B = 33.23%

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

#EACEDB (or 0xEACEDB) is known color: Classic Rose. HEX triplet: EA, CE and DB. RGB value is (234,206,219). Sum of RGB (Red+Green+Blue) = 234+206+219=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEDB is #153124. Grayscale: #D7D7D7. Windows color (decimal): -1388837 or 14405354. OLE color: 14405354.

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

Color convert

RGB 234 206 219 -
CMYK 0 0.12 0.06 0.08
HSL 332.14º 0.4% 0.86% -
HSV(B) 332.14º 0.12% 0.92% -
XYZ 68.79 66.75 76.28 -
YUV 215.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 234 206 219 0 0.12 0.06 0.08 332.14 0.4 0.86
Hex EA CE DB 0 C 6 8 14C 28 56
Octal 352 316 333 0 14 6 10 514 50 126
Binary 11101010 11001110 11011011 0 1100 110 1000 101001100 101000 1010110

Color Harmonies of #EACEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACEDB

Black with #EACEDB

Text Example


Text Example

White with #EACEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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