#ECC1DE

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

Shades of Classic Rose #ECC1DE

Tints of Classic Rose #ECC1DE

Color information

#ECC1DE (or 0xECC1DE) is unknown color: approx Classic Rose. HEX triplet: EC, C1 and DE. RGB value is (236,193,222). Sum of RGB (Red+Green+Blue) = 236+193+222=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1DE is #133E21. Grayscale: #D1D1D1. Windows color (decimal): -1261090 or 14598636. OLE color: 14598636.

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

Color convert

RGB236193222-
CMYK00.180.060.07
HSL319.53º53.09%84.12%-
HSV(B)319.53º18.22%92.55%-
XYZ66.8561.2577.41-
YUV209.16135.25147.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 193 (75.78% from 255) = 29.65%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=36.25%
G=29.65%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619322200.180.060.07319.5353.0984.12
HexECC1DE012671403554
Octal3543013360226750065124
Binary1110110011000001110111100100101101111010000001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1DE; }

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

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

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

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

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

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

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

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