Html Css Color HEX #ECBAD3 Classic Rose

📋 copy color: '#ECBAD3'

red 236 ◦ green 186 ◦ blue 211

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

Shades of Classic Rose #ECBAD3

Tints of Classic Rose #ECBAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.33%

R = 37.28%
G = 29.38%
B = 33.33%

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

#ECBAD3 (or 0xECBAD3) is known color: Classic Rose. HEX triplet: EC, BA and D3. RGB value is (236,186,211). Sum of RGB (Red+Green+Blue) = 236+186+211=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD3 is #13452C. Grayscale: #CBCBCB. Windows color (decimal): -1262893 or 13875948. OLE color: 13875948.

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

Color convert

RGB 236 186 211 -
CMYK 0 0.21 0.11 0.07
HSL 330º 0.57% 0.83% -
HSV(B) 330º 0.21% 0.93% -
XYZ 63.91 57.65 69.39 -
YUV 203.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 236 186 211 0 0.21 0.11 0.07 330 0.57 0.83
Hex EC BA D3 0 15 B 7 14A 39 53
Octal 354 272 323 0 25 13 7 512 71 123
Binary 11101100 10111010 11010011 0 10101 1011 111 101001010 111001 1010011

Color Harmonies of #ECBAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAD3

Black with #ECBAD3

Text Example


Text Example

White with #ECBAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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