#EACCCD

Color #EACCCD Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #EACCCD

Tints of Pale Rose #EACCCD

Color information

#EACCCD (or 0xEACCCD) is unknown color: approx Pale Rose. HEX triplet: EA, CC and CD. RGB value is (234,204,205). Sum of RGB (Red+Green+Blue) = 234+204+205=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCD is #153332. Grayscale: #D5D5D5. Windows color (decimal): -1389363 or 13487338. OLE color: 13487338.

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

Color convert

RGB234204205-
CMYK00.130.120.08
HSL358º41.67%85.88%-
HSV(B)358º12.82%91.76%-
XYZ66.5465.0966.81-
YUV213.08123.44142.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=36.39%
G=31.73%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420420500.130.120.0835841.6785.88
HexEACCCD0DC81662a56
Octal352314315015141054652126
Binary11101010110011001100110101101110010001011001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCCD; }

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

 H1.HeaderClassName
 {
   color: #EACCCD;
 }
 .AnyTagClassName
 {
   color: #EACCCD;
 }
</style>
background-color css

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

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

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

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

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

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