#ECCAD6

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

Shades of Prim #ECCAD6

Tints of Prim #ECCAD6

Color information

#ECCAD6 (or 0xECCAD6) is unknown color: approx Prim. HEX triplet: EC, CA and D6. RGB value is (236,202,214). Sum of RGB (Red+Green+Blue) = 236+202+214=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD6 is #133529. Grayscale: #D5D5D5. Windows color (decimal): -1258794 or 14076652. OLE color: 14076652.

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

Color convert

RGB236202214-
CMYK00.140.090.07
HSL338.82º47.22%85.88%-
HSV(B)338.82º14.41%92.55%-
XYZ67.8564.9372.57-
YUV213.53128.26144.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=36.20%
G=30.98%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620221400.140.090.07338.8247.2285.88
HexECCAD60E971532f56
Octal35431232601611752357126
Binary1110110011001010110101100111010011111010100111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAD6; }

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

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

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

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

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

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

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

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