#ECC0D5

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

Shades of Classic Rose #ECC0D5

Tints of Classic Rose #ECC0D5

Color information

#ECC0D5 (or 0xECC0D5) is unknown color: approx Classic Rose. HEX triplet: EC, C0 and D5. RGB value is (236,192,213). Sum of RGB (Red+Green+Blue) = 236+192+213=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0D5 is #133F2A. Grayscale: #CFCFCF. Windows color (decimal): -1261355 or 14008556. OLE color: 14008556.

HSL color Cylindrical-coordinate representation of color #ECC0D5: hue angle of 331.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0D5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236192213-
CMYK00.190.100.07
HSL331.36º53.66%83.92%-
HSV(B)331.36º18.64%92.55%-
XYZ65.4560.3471.15-
YUV207.55131.08148.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 213 (83.59% from 255) = 33.23%
R=36.82%
G=29.95%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619221300.190.100.07331.3653.6683.92
HexECC0D5013A714b3654
Octal35430032502312751366124
Binary11101100110000001101010101001110101111010010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0D5; }

 p { color: rgb(236,192,213); }

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

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

 a { background-color: rgb(236,192,213); }

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

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

 span { border-color: rgb(236,192,213); }

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