#ECBDDC

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

Shades of Classic Rose #ECBDDC

Tints of Classic Rose #ECBDDC

Color information

#ECBDDC (or 0xECBDDC) is unknown color: approx Classic Rose. HEX triplet: EC, BD and DC. RGB value is (236,189,220). Sum of RGB (Red+Green+Blue) = 236+189+220=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDDC is #134223. Grayscale: #CECECE. Windows color (decimal): -1262116 or 14466540. OLE color: 14466540.

HSL color Cylindrical-coordinate representation of color #ECBDDC: hue angle of 320.43º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDDC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236189220-
CMYK00.200.070.07
HSL320.43º55.29%83.33%-
HSV(B)320.43º19.92%92.55%-
XYZ65.7159.475.71-
YUV206.59135.57148.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=36.59%
G=29.30%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618922000.200.070.07320.4355.2983.33
HexECBDDC014771403753
Octal3542753340247750067123
Binary1110110010111101110111000101001111111010000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDDC; }

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

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

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

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

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

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

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

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