#ECDDE7

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

Shades of Classic Rose #ECDDE7

Tints of Classic Rose #ECDDE7

Color information

#ECDDE7 (or 0xECDDE7) is unknown color: approx Classic Rose. HEX triplet: EC, DD and E7. RGB value is (236,221,231). Sum of RGB (Red+Green+Blue) = 236+221+231=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDE7 is #132218. Grayscale: #E2E2E2. Windows color (decimal): -1253913 or 15195628. OLE color: 15195628.

HSL color Cylindrical-coordinate representation of color #ECDDE7: hue angle of 320º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDE7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236221231-
CMYK00.060.020.07
HSL320º28.3%89.61%-
HSV(B)320º6.36%92.55%-
XYZ74.8775.3286.19-
YUV226.62130.47134.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=34.30%
G=32.12%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622123100.060.020.0732028.389.61
HexECDDE706271401c5a
Octal354335347062750034132
Binary111011001101110111100111011010111101000000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDE7; }

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

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

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

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

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

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

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

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