#ECD6DE

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

Shades of Prim #ECD6DE

Tints of Prim #ECD6DE

Color information

#ECD6DE (or 0xECD6DE) is unknown color: approx Prim. HEX triplet: EC, D6 and DE. RGB value is (236,214,222). Sum of RGB (Red+Green+Blue) = 236+214+222=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6DE is #132921. Grayscale: #DDDDDD. Windows color (decimal): -1255714 or 14604012. OLE color: 14604012.

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

Color convert

RGB236214222-
CMYK00.090.060.07
HSL338.18º36.67%88.24%-
HSV(B)338.18º9.32%92.55%-
XYZ71.8271.279.06-
YUV221.49128.29138.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=35.12%
G=31.85%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621422200.090.060.07338.1836.6788.24
HexECD6DE09671522558
Octal3543263360116752245130
Binary111011001101011011011110010011101111010100101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6DE; }

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

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

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

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

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

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

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

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