#ECCBDC

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

Shades of Classic Rose #ECCBDC

Tints of Classic Rose #ECCBDC

Color information

#ECCBDC (or 0xECCBDC) is unknown color: approx Classic Rose. HEX triplet: EC, CB and DC. RGB value is (236,203,220). Sum of RGB (Red+Green+Blue) = 236+203+220=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBDC is #133423. Grayscale: #D6D6D6. Windows color (decimal): -1258532 or 14470124. OLE color: 14470124.

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

Color convert

RGB236203220-
CMYK00.140.070.07
HSL329.09º46.48%86.08%-
HSV(B)329.09º13.98%92.55%-
XYZ68.8765.7176.76-
YUV214.8130.93143.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=35.81%
G=30.80%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620322000.140.070.07329.0946.4886.08
HexECCBDC0E771492e56
Octal3543133340167751156126
Binary111011001100101111011100011101111111010010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBDC; }

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

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

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

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

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

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

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

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