#ECC4DD

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

Shades of Classic Rose #ECC4DD

Tints of Classic Rose #ECC4DD

Color information

#ECC4DD (or 0xECC4DD) is unknown color: approx Classic Rose. HEX triplet: EC, C4 and DD. RGB value is (236,196,221). Sum of RGB (Red+Green+Blue) = 236+196+221=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4DD is #133B22. Grayscale: #D2D2D2. Windows color (decimal): -1260323 or 14533868. OLE color: 14533868.

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

Color convert

RGB236196221-
CMYK00.170.060.07
HSL322.5º51.28%84.71%-
HSV(B)322.5º16.95%92.55%-
XYZ67.3862.5376.93-
YUV210.81133.75145.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=36.14%
G=30.02%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619622100.170.060.07322.551.2884.71
HexECC4DD011671423355
Octal3543043350216750263125
Binary1110110011000100110111010100011101111010000101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4DD; }

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

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

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

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

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

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

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

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