#ECDCE7

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

Shades of Classic Rose #ECDCE7

Tints of Classic Rose #ECDCE7

Color information

#ECDCE7 (or 0xECDCE7) is unknown color: approx Classic Rose. HEX triplet: EC, DC and E7. RGB value is (236,220,231). Sum of RGB (Red+Green+Blue) = 236+220+231=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCE7 is #132318. Grayscale: #E2E2E2. Windows color (decimal): -1254169 or 15195372. OLE color: 15195372.

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

Color convert

RGB236220231-
CMYK00.070.020.07
HSL318.75º29.63%89.41%-
HSV(B)318.75º6.78%92.55%-
XYZ74.6174.7986.1-
YUV226.04130.8135.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 231 (90.62% from 255) = 33.62%
R=34.35%
G=32.02%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622023100.070.020.07318.7529.6389.41
HexECDCE7072713f1e59
Octal354334347072747736131
Binary111011001101110011100111011110111100111111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCE7; }

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

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

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

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

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

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

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

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