#ECCDD2

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

Shades of Pale Rose #ECCDD2

Tints of Pale Rose #ECCDD2

Color information

#ECCDD2 (or 0xECCDD2) is unknown color: approx Pale Rose. HEX triplet: EC, CD and D2. RGB value is (236,205,210). Sum of RGB (Red+Green+Blue) = 236+205+210=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD2 is #13322D. Grayscale: #D6D6D6. Windows color (decimal): -1258030 or 13815276. OLE color: 13815276.

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

Color convert

RGB236205210-
CMYK00.130.110.07
HSL350.32º44.93%86.47%-
HSV(B)350.32º13.14%92.55%-
XYZ68.0666.1570.15-
YUV214.84125.27143.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=36.25%
G=31.49%
B=32.26%

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
Decimal23620521000.130.110.07350.3244.9386.47
HexECCDD20DB715e2d56
Octal35431532201513753655126
Binary1110110011001101110100100110110111111010111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDD2; }

 p { color: rgb(236,205,210); }

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

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

 a { background-color: rgb(236,205,210); }

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

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

 span { border-color: rgb(236,205,210); }

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