#ECD0D3

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

Shades of Pale Rose #ECD0D3

Tints of Pale Rose #ECD0D3

Color information

#ECD0D3 (or 0xECD0D3) is unknown color: approx Pale Rose. HEX triplet: EC, D0 and D3. RGB value is (236,208,211). Sum of RGB (Red+Green+Blue) = 236+208+211=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D3 is #132F2C. Grayscale: #D8D8D8. Windows color (decimal): -1257261 or 13881580. OLE color: 13881580.

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

Color convert

RGB236208211-
CMYK00.120.110.07
HSL353.57º42.42%87.06%-
HSV(B)353.57º11.86%92.55%-
XYZ68.9167.6571.05-
YUV216.71124.78141.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 211 (82.81% from 255) = 32.21%
R=36.03%
G=31.76%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620821100.120.110.07353.5742.4287.06
HexECD0D30CB71622a57
Octal35432032301413754252127
Binary1110110011010000110100110110010111111011000101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0D3; }

 p { color: rgb(236,208,211); }

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

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

 a { background-color: rgb(236,208,211); }

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

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

 span { border-color: rgb(236,208,211); }

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