#ECC0D2

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

Shades of Classic Rose #ECC0D2

Tints of Classic Rose #ECC0D2

Color information

#ECC0D2 (or 0xECC0D2) is unknown color: approx Classic Rose. HEX triplet: EC, C0 and D2. RGB value is (236,192,210). Sum of RGB (Red+Green+Blue) = 236+192+210=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0D2 is #133F2D. Grayscale: #CFCFCF. Windows color (decimal): -1261358 or 13811948. OLE color: 13811948.

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

Color convert

RGB236192210-
CMYK00.190.110.07
HSL335.45º53.66%83.92%-
HSV(B)335.45º18.64%92.55%-
XYZ65.0760.1969.16-
YUV207.21129.58148.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 192 (75.39% from 255) = 30.09%
BLUE value IS 210 (82.42% from 255) = 32.92%
R=36.99%
G=30.09%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619221000.190.110.07335.4553.6683.92
HexECC0D2013B714f3654
Octal35430032202313751766124
Binary11101100110000001101001001001110111111010011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0D2; }

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

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

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

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

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

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

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

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