#ECD0E4

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

Shades of Classic Rose #ECD0E4

Tints of Classic Rose #ECD0E4

Color information

#ECD0E4 (or 0xECD0E4) is unknown color: approx Classic Rose. HEX triplet: EC, D0 and E4. RGB value is (236,208,228). Sum of RGB (Red+Green+Blue) = 236+208+228=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0E4 is #132F1B. Grayscale: #DADADA. Windows color (decimal): -1257244 or 14995692. OLE color: 14995692.

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

Color convert

RGB236208228-
CMYK00.120.030.07
HSL317.14º42.42%87.06%-
HSV(B)317.14º11.86%92.55%-
XYZ71.1568.5582.88-
YUV218.65133.28140.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 208 (81.64% from 255) = 30.95%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=35.12%
G=30.95%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620822800.120.030.07317.1442.4287.06
HexECD0E40C3713d2a57
Octal3543203440143747552127
Binary11101100110100001110010001100111111001111011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0E4; }

 p { color: rgb(236,208,228); }

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

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

 a { background-color: rgb(236,208,228); }

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

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

 span { border-color: rgb(236,208,228); }

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