Html Css Color HEX #EACCDD Classic Rose

📋 copy color: '#EACCDD'

red 234 ◦ green 204 ◦ blue 221

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

Shades of Classic Rose #EACCDD

Tints of Classic Rose #EACCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.96%

 BLUE value IS 221 (86.72% from 255) = 33.54%

R = 35.51%
G = 30.96%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EACCDD (or 0xEACCDD) is known color: Classic Rose. HEX triplet: EA, CC and DD. RGB value is (234,204,221). Sum of RGB (Red+Green+Blue) = 234+204+221=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDD is #153322. Grayscale: #D6D6D6. Windows color (decimal): -1389347 or 14535914. OLE color: 14535914.

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

Color convert

RGB 234 204 221 -
CMYK 0 0.13 0.06 0.08
HSL 326º 0.42% 0.86% -
HSV(B) 326º 0.13% 0.92% -
XYZ 68.58 65.9 77.51 -
YUV 214.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 234 204 221 0 0.13 0.06 0.08 326 0.42 0.86
Hex EA CC DD 0 D 6 8 146 2A 56
Octal 352 314 335 0 15 6 10 506 52 126
Binary 11101010 11001100 11011101 0 1101 110 1000 101000110 101010 1010110

Color Harmonies of #EACCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCDD

Black with #EACCDD

Text Example


Text Example

White with #EACCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCDD; }

 p { color: rgb(234,204,221); }

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

background-color css

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

 a { background-color: rgb(234,204,221); }

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

border-color css

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

 span { border-color: rgb(234,204,221); }

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