#ECDCDD

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

Shades of Pale Rose #ECDCDD

Tints of Pale Rose #ECDCDD

Color information

#ECDCDD (or 0xECDCDD) is unknown color: approx Pale Rose. HEX triplet: EC, DC and DD. RGB value is (236,220,221). Sum of RGB (Red+Green+Blue) = 236+220+221=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCDD is #132322. Grayscale: #E0E0E0. Windows color (decimal): -1254179 or 14540012. OLE color: 14540012.

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

Color convert

RGB236220221-
CMYK00.070.060.07
HSL356.25º29.63%89.41%-
HSV(B)356.25º6.78%92.55%-
XYZ73.2474.2478.88-
YUV224.9125.8135.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 221 (86.72% from 255) = 32.64%
R=34.86%
G=32.50%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622022100.070.060.07356.2529.6389.41
HexECDCDD07671641e59
Octal354334335076754436131
Binary1110110011011100110111010111110111101100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCDD; }

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

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

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

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

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

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

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

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