#ECCCD2

Color #ECCCD2 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #ECCCD2

Tints of Pink Lace #ECCCD2

Color information

#ECCCD2 (or 0xECCCD2) is unknown color: approx Pink Lace. HEX triplet: EC, CC and D2. RGB value is (236,204,210). Sum of RGB (Red+Green+Blue) = 236+204+210=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCD2 is #13332D. Grayscale: #D6D6D6. Windows color (decimal): -1258286 or 13815020. OLE color: 13815020.

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

Color convert

RGB236204210-
CMYK00.140.110.07
HSL348.75º45.71%86.27%-
HSV(B)348.75º13.56%92.55%-
XYZ67.8265.6770.07-
YUV214.25125.6143.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=36.31%
G=31.38%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620421000.140.110.07348.7545.7186.27
HexECCCD20EB715d2e56
Octal35431432201613753556126
Binary1110110011001100110100100111010111111010111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCD2; }

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

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

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

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

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

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

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

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