#ECCBDD

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

Shades of Classic Rose #ECCBDD

Tints of Classic Rose #ECCBDD

Color information

#ECCBDD (or 0xECCBDD) is unknown color: approx Classic Rose. HEX triplet: EC, CB and DD. RGB value is (236,203,221). Sum of RGB (Red+Green+Blue) = 236+203+221=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBDD is #133422. Grayscale: #D6D6D6. Windows color (decimal): -1258531 or 14535660. OLE color: 14535660.

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

Color convert

RGB236203221-
CMYK00.140.060.07
HSL327.27º46.48%86.08%-
HSV(B)327.27º13.98%92.55%-
XYZ6965.7777.46-
YUV214.92131.43143.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=35.76%
G=30.76%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620322100.140.060.07327.2746.4886.08
HexECCBDD0E671472e56
Octal3543133350166750756126
Binary111011001100101111011101011101101111010001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBDD; }

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

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

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

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

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

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

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

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