Html Css Color HEX #ECBAD2 Classic Rose

📋 copy color: '#ECBAD2'

red 236 ◦ green 186 ◦ blue 210

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

Shades of Classic Rose #ECBAD2

Tints of Classic Rose #ECBAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.43%

 BLUE value IS 210 (82.42% from 255) = 33.23%

R = 37.34%
G = 29.43%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECBAD2 (or 0xECBAD2) is known color: Classic Rose. HEX triplet: EC, BA and D2. RGB value is (236,186,210). Sum of RGB (Red+Green+Blue) = 236+186+210=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD2 is #13452D. Grayscale: #CBCBCB. Windows color (decimal): -1262894 or 13810412. OLE color: 13810412.

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

Color convert

RGB 236 186 210 -
CMYK 0 0.21 0.11 0.07
HSL 331.2º 0.57% 0.83% -
HSV(B) 331.2º 0.21% 0.93% -
XYZ 63.78 57.6 68.73 -
YUV 203.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 236 186 210 0 0.21 0.11 0.07 331.2 0.57 0.83
Hex EC BA D2 0 15 B 7 14B 39 53
Octal 354 272 322 0 25 13 7 513 71 123
Binary 11101100 10111010 11010010 0 10101 1011 111 101001011 111001 1010011

Color Harmonies of #ECBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAD2

Black with #ECBAD2

Text Example


Text Example

White with #ECBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAD2; }

 p { color: rgb(236,186,210); }

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

background-color css

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

 a { background-color: rgb(236,186,210); }

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

border-color css

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

 span { border-color: rgb(236,186,210); }

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