Html Css Color HEX #ECBDDB Classic Rose

📋 copy color: '#ECBDDB'

red 236 ◦ green 189 ◦ blue 219

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

Shades of Classic Rose #ECBDDB

Tints of Classic Rose #ECBDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 36.65%
G = 29.35%
B = 34.01%

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

#ECBDDB (or 0xECBDDB) is known color: Classic Rose. HEX triplet: EC, BD and DB. RGB value is (236,189,219). Sum of RGB (Red+Green+Blue) = 236+189+219=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDDB is #134224. Grayscale: #CECECE. Windows color (decimal): -1262117 or 14401004. OLE color: 14401004.

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

Color convert

RGB 236 189 219 -
CMYK 0 0.20 0.07 0.07
HSL 321.7º 0.55% 0.83% -
HSV(B) 321.7º 0.2% 0.93% -
XYZ 65.58 59.34 75.02 -
YUV 206.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 236 189 219 0 0.20 0.07 0.07 321.7 0.55 0.83
Hex EC BD DB 0 14 7 7 142 37 53
Octal 354 275 333 0 24 7 7 502 67 123
Binary 11101100 10111101 11011011 0 10100 111 111 101000010 110111 1010011

Color Harmonies of #ECBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDDB

Black with #ECBDDB

Text Example


Text Example

White with #ECBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDDB; }

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

 H1.HeaderClassName
 {
   color: #ECBDDB;
 }
 .AnyTagClassName
 {
   color: #ECBDDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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