#ECC2DE

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

Shades of Classic Rose #ECC2DE

Tints of Classic Rose #ECC2DE

Color information

#ECC2DE (or 0xECC2DE) is unknown color: approx Classic Rose. HEX triplet: EC, C2 and DE. RGB value is (236,194,222). Sum of RGB (Red+Green+Blue) = 236+194+222=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DE is #133D21. Grayscale: #D1D1D1. Windows color (decimal): -1260834 or 14598892. OLE color: 14598892.

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

Color convert

RGB236194222-
CMYK00.180.060.07
HSL320º52.5%84.31%-
HSV(B)320º17.8%92.55%-
XYZ67.0761.6977.48-
YUV209.75134.91146.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 194 (76.17% from 255) = 29.75%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=36.20%
G=29.75%
B=34.05%

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
Decimal23619422200.180.060.0732052.584.31
HexECC2DE012671403454
Octal3543023360226750064124
Binary1110110011000010110111100100101101111010000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2DE; }

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

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

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

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

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

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

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

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