Html Css Color HEX #EACCDF Classic Rose

📋 copy color: '#EACCDF'

red 234 ◦ green 204 ◦ blue 223

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

Shades of Classic Rose #EACCDF

Tints of Classic Rose #EACCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.74%

R = 35.4%
G = 30.86%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EACCDF (or 0xEACCDF) is known color: Classic Rose. HEX triplet: EA, CC and DF. RGB value is (234,204,223). Sum of RGB (Red+Green+Blue) = 234+204+223=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDF is #153320. Grayscale: #D7D7D7. Windows color (decimal): -1389345 or 14666986. OLE color: 14666986.

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

Color convert

RGB 234 204 223 -
CMYK 0 0.13 0.05 0.08
HSL 322º 0.42% 0.86% -
HSV(B) 322º 0.13% 0.92% -
XYZ 68.84 66.01 78.92 -
YUV 215.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 234 204 223 0 0.13 0.05 0.08 322 0.42 0.86
Hex EA CC DF 0 D 5 8 142 2A 56
Octal 352 314 337 0 15 5 10 502 52 126
Binary 11101010 11001100 11011111 0 1101 101 1000 101000010 101010 1010110

Color Harmonies of #EACCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCDF

Black with #EACCDF

Text Example


Text Example

White with #EACCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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