#ECDCE6

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

Shades of Classic Rose #ECDCE6

Tints of Classic Rose #ECDCE6

Color information

#ECDCE6 (or 0xECDCE6) is unknown color: approx Classic Rose. HEX triplet: EC, DC and E6. RGB value is (236,220,230). Sum of RGB (Red+Green+Blue) = 236+220+230=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCE6 is #132319. Grayscale: #E1E1E1. Windows color (decimal): -1254170 or 15129836. OLE color: 15129836.

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

Color convert

RGB236220230-
CMYK00.070.030.07
HSL322.5º29.63%89.41%-
HSV(B)322.5º6.78%92.55%-
XYZ74.4774.7385.36-
YUV225.92130.3135.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=34.40%
G=32.07%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622023000.070.030.07322.529.6389.41
HexECDCE607371421e59
Octal354334346073750236131
Binary111011001101110011100110011111111101000010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCE6; }

 p { color: rgb(236,220,230); }

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

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

 a { background-color: rgb(236,220,230); }

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

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

 span { border-color: rgb(236,220,230); }

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