Html Css Color HEX #ECBDDC Classic Rose

📋 copy color: '#ECBDDC'

red 236 ◦ green 189 ◦ blue 220

#ECBDDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #ECBDDC

Tints of Classic Rose #ECBDDC

RGB

 RED value IS 236 (92.58% from 255) = 36.59%

 GREEN value IS 189 (74.22% from 255) = 29.3%

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 36.59%
G = 29.3%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECBDDC (or 0xECBDDC) is known color: 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

RGB 236 189 220 -
CMYK 0 0.20 0.07 0.07
HSL 320.43º 0.55% 0.83% -
HSV(B) 320.43º 0.2% 0.93% -
XYZ 65.71 59.4 75.71 -
YUV 206.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 236 189 220 0 0.20 0.07 0.07 320.43 0.55 0.83
Hex EC BD DC 0 14 7 7 140 37 53
Octal 354 275 334 0 24 7 7 500 67 123
Binary 11101100 10111101 11011100 0 10100 111 111 101000000 110111 1010011

Color Harmonies of #ECBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDDC

Black with #ECBDDC

Text Example


Text Example

White with #ECBDDC

Text Example


Text Example

HTML Codes & Css Web 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>