#ECD2DB

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

Shades of Prim #ECD2DB

Tints of Prim #ECD2DB

Color information

#ECD2DB (or 0xECD2DB) is unknown color: approx Prim. HEX triplet: EC, D2 and DB. RGB value is (236,210,219). Sum of RGB (Red+Green+Blue) = 236+210+219=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DB is #132D24. Grayscale: #DADADA. Windows color (decimal): -1256741 or 14406380. OLE color: 14406380.

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

Color convert

RGB236210219-
CMYK00.110.070.07
HSL339.23º40.62%87.45%-
HSV(B)339.23º11.02%92.55%-
XYZ70.4269.0476.63-
YUV218.8128.11140.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 210 (82.42% from 255) = 31.58%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=35.49%
G=31.58%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621021900.110.070.07339.2340.6287.45
HexECD2DB0B771532957
Octal3543223330137752351127
Binary111011001101001011011011010111111111010100111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2DB; }

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

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

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

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

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

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

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

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