Html Css Color HEX #EABDD6 Classic Rose

📋 copy color: '#EABDD6'

red 234 ◦ green 189 ◦ blue 214

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

Shades of Classic Rose #EABDD6

Tints of Classic Rose #EABDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.67%

 BLUE value IS 214 (83.98% from 255) = 33.59%

R = 36.73%
G = 29.67%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EABDD6 (or 0xEABDD6) is known color: Classic Rose. HEX triplet: EA, BD and D6. RGB value is (234,189,214). Sum of RGB (Red+Green+Blue) = 234+189+214=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD6 is #154229. Grayscale: #CDCDCD. Windows color (decimal): -1393194 or 14073322. OLE color: 14073322.

HSL color Cylindrical-coordinate representation of color #EABDD6: hue angle of 326.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDD6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 214 -
CMYK 0 0.19 0.09 0.08
HSL 326.67º 0.52% 0.83% -
HSV(B) 326.67º 0.19% 0.92% -
XYZ 64.27 58.74 71.57 -
YUV 205.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 234 189 214 0 0.19 0.09 0.08 326.67 0.52 0.83
Hex EA BD D6 0 13 9 8 147 34 53
Octal 352 275 326 0 23 11 10 507 64 123
Binary 11101010 10111101 11010110 0 10011 1001 1000 101000111 110100 1010011

Color Harmonies of #EABDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDD6

Black with #EABDD6

Text Example


Text Example

White with #EABDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDD6; }

 p { color: rgb(234,189,214); }

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

background-color css

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

 a { background-color: rgb(234,189,214); }

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

border-color css

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

 span { border-color: rgb(234,189,214); }

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