#ECC1DB

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

Shades of Classic Rose #ECC1DB

Tints of Classic Rose #ECC1DB

Color information

#ECC1DB (or 0xECC1DB) is unknown color: approx Classic Rose. HEX triplet: EC, C1 and DB. RGB value is (236,193,219). Sum of RGB (Red+Green+Blue) = 236+193+219=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1DB is #133E24. Grayscale: #D0D0D0. Windows color (decimal): -1261093 or 14402028. OLE color: 14402028.

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

Color convert

RGB236193219-
CMYK00.180.070.07
HSL323.72º53.09%84.12%-
HSV(B)323.72º18.22%92.55%-
XYZ66.4561.0975.31-
YUV208.82133.75147.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 193 (75.78% from 255) = 29.78%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=36.42%
G=29.78%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619321900.180.070.07323.7253.0984.12
HexECC1DB012771443554
Octal3543013330227750465124
Binary1110110011000001110110110100101111111010001001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1DB; }

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

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

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

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

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

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

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

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