#EADCDD

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

Shades of Pale Rose #EADCDD

Tints of Pale Rose #EADCDD

Color information

#EADCDD (or 0xEADCDD) is unknown color: approx Pale Rose. HEX triplet: EA, DC and DD. RGB value is (234,220,221). Sum of RGB (Red+Green+Blue) = 234+220+221=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDD is #152322. Grayscale: #E0E0E0. Windows color (decimal): -1385251 or 14540010. OLE color: 14540010.

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

Color convert

RGB234220221-
CMYK00.060.060.08
HSL355.71º25%89.02%-
HSV(B)355.71º5.98%91.76%-
XYZ72.5873.978.85-
YUV224.3126.14134.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=34.67%
G=32.59%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422022100.060.060.08355.712589.02
HexEADCDD06681641959
Octal3523343350661054431131
Binary11101010110111001101110101101101000101100100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCDD; }

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

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

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

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

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

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

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

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