#EECFD5

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

Shades of Pale Rose #EECFD5

Tints of Pale Rose #EECFD5

Color information

#EECFD5 (or 0xEECFD5) is unknown color: approx Pale Rose. HEX triplet: EE, CF and D5. RGB value is (238,207,213). Sum of RGB (Red+Green+Blue) = 238+207+213=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFD5 is #11302A. Grayscale: #D8D8D8. Windows color (decimal): -1126443 or 14012398. OLE color: 14012398.

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

Color convert

RGB238207213-
CMYK00.130.110.07
HSL348.39º47.69%87.25%-
HSV(B)348.39º13.03%93.33%-
XYZ69.5867.6172.33-
YUV216.95125.77143.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=36.17%
G=31.46%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820721300.130.110.07348.3947.6987.25
HexEECFD50DB715c3057
Octal35631732501513753460127
Binary1110111011001111110101010110110111111010111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFD5; }

 p { color: rgb(238,207,213); }

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

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

 a { background-color: rgb(238,207,213); }

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

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

 span { border-color: rgb(238,207,213); }

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