#ECCAD2

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

Shades of Pink Lace #ECCAD2

Tints of Pink Lace #ECCAD2

Color information

#ECCAD2 (or 0xECCAD2) is unknown color: approx Pink Lace. HEX triplet: EC, CA and D2. RGB value is (236,202,210). Sum of RGB (Red+Green+Blue) = 236+202+210=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD2 is #13352D. Grayscale: #D5D5D5. Windows color (decimal): -1258798 or 13814508. OLE color: 13814508.

HSL color Cylindrical-coordinate representation of color #ECCAD2: hue angle of 345.88º degrees, saturation: 0.47, 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 #ECCAD2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB236202210-
CMYK00.140.110.07
HSL345.88º47.22%85.88%-
HSV(B)345.88º14.41%92.55%-
XYZ67.3564.7369.92-
YUV213.08126.26144.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=36.42%
G=31.17%
B=32.41%

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
Decimal23620221000.140.110.07345.8847.2285.88
HexECCAD20EB715a2f56
Octal35431232201613753257126
Binary1110110011001010110100100111010111111010110101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAD2; }

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

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

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

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

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

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

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

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