#EECCD1

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

Shades of Pale Rose #EECCD1

Tints of Pale Rose #EECCD1

Color information

#EECCD1 (or 0xEECCD1) is unknown color: approx Pale Rose. HEX triplet: EE, CC and D1. RGB value is (238,204,209). Sum of RGB (Red+Green+Blue) = 238+204+209=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCD1 is #11332E. Grayscale: #D6D6D6. Windows color (decimal): -1127215 or 13749486. OLE color: 13749486.

HSL color Cylindrical-coordinate representation of color #EECCD1: hue angle of 351.18º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCD1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238204209-
CMYK00.140.120.07
HSL351.18º50%86.67%-
HSV(B)351.18º14.29%93.33%-
XYZ68.3665.9769.45-
YUV214.74124.76144.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=36.56%
G=31.34%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820420900.140.120.07351.185086.67
HexEECCD10EC715f3257
Octal35631432101614753762127
Binary1110111011001100110100010111011001111010111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCD1; }

 p { color: rgb(238,204,209); }

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

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

 a { background-color: rgb(238,204,209); }

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

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

 span { border-color: rgb(238,204,209); }

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